We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce7d3a commit f02ab64Copy full SHA for f02ab64
2 files changed
.github/workflows/docs_final.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install packages
22
run: |
23
python3 -m pip install --upgrade pip
24
- python3 -m pip install '.[docs]'
+ python3 -m pip install '.[docs]' --extra-index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
25
- name: Build static files
26
27
mkdocs build -d site
pyproject.toml
@@ -42,6 +42,3 @@ packages = []
42
43
[tool.setuptools_scm]
44
version_file = "docs/version.py"
45
-
46
-[tool.pip]
47
-extra-index-url = "https://packages.idmod.org/api/pypi/pypi-production/simple"
0 commit comments