We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81673fa commit 432275dCopy full SHA for 432275d
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: setup requirements
20
run: |
21
python -m pip install --upgrade pip
22
- python -m pip install jinja2 markupsafe zc.lockfile requests
+ python -m pip install -r docsbuild-scripts/requirements.txt
23
- name: build docs
24
25
python3 ./docsbuild-scripts/build_docs.py --quick --build-root ./build_root --www-root ./www --log-directory ./logs --group $(id -g) --skip-cache-invalidation --theme $(pwd) --language en --branch 3.9
0 commit comments