We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb2add commit dba1a62Copy full SHA for dba1a62
.github/workflows/doc.yml
@@ -32,8 +32,9 @@ jobs:
32
- name: Install dependencies
33
run: |
34
python -m pip install uv
35
- python -m uv pip install --system -e ".[d]"
36
- python -m uv pip install --system -r "docs/requirements.txt"
+ python -m uv venv
+ python -m uv pip install -e ".[d]"
37
+ python -m uv pip install -r "docs/requirements.txt"
38
39
- name: Build documentation
40
run: sphinx-build -a -b html -W --keep-going docs/ docs/_build
0 commit comments