Skip to content

Commit bef10fd

Browse files
committed
switching dependency for compliance with pypi
1 parent 5248606 commit bef10fd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ DEVELOPER = [
4848
]
4949
DOCS = [
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]

0 commit comments

Comments
 (0)