Skip to content

Commit f02ab64

Browse files
committed
Extra index goes in the action yml file
1 parent 2ce7d3a commit f02ab64

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docs_final.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install packages
2222
run: |
2323
python3 -m pip install --upgrade pip
24-
python3 -m pip install '.[docs]'
24+
python3 -m pip install '.[docs]' --extra-index-url=https://packages.idmod.org/api/pypi/pypi-production/simple
2525
- name: Build static files
2626
run: |
2727
mkdocs build -d site

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ packages = []
4242

4343
[tool.setuptools_scm]
4444
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

Comments
 (0)