File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ doc-build:
5050 - git config --global user.name "${GITLAB_USER_NAME}"
5151 - git config --global user.email "${GITLAB_USER_EMAIL}"
5252 - git remote set-url origin https://gitlab-ci-token:${pyGCD_access_token}@gitlab.kit.edu/kit/fast/lb/collaboration/additive-manufacturing/pygcodedecode.git
53+ - pip install git+https://github.com/jeknirsch/pydoc-markdown.git@sort_modules
5354 - pip install -e .[DOCS]
5455 - pydoc-markdown
5556 - cd docs
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ DEVELOPER = [
4848]
4949DOCS = [
5050 " mkdocs" ,
51- " pydoc-markdown @ git+https://github.com/jeknirsch/pydoc-markdown.git@sort_modules" , # using custom fork to sort modules
51+ " pydoc-markdown" ,
52+ # Needs this custom fork to sort modules: git+https://github.com/jeknirsch/pydoc-markdown.git@sort_modules"
5253]
5354
5455[project .urls ]
You can’t perform that action at this time.
0 commit comments