parent
9dc9114aef
commit
735733b205
6
.github/workflows/doc.yml
vendored
6
.github/workflows/doc.yml
vendored
@ -30,9 +30,9 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
python -m pip install -e ".[d]"
|
||||
python -m pip install -r "docs/requirements.txt"
|
||||
python -m pip install uv
|
||||
python -m uv pip install --system -e ".[d]"
|
||||
python -m uv pip install --system -r "docs/requirements.txt"
|
||||
|
||||
- name: Build documentation
|
||||
run: sphinx-build -a -b html -W --keep-going docs/ docs/_build
|
||||
|
Loading…
Reference in New Issue
Block a user