Skip to content

Commit bc12fad

Browse files
committed
Use docs/requirements in docs.yml workflow.
1 parent 4cecba9 commit bc12fad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install sphinx==7.4.7 sphinxawesome-theme==5.3.2 sphinx-autodoc-typehints==2.3.0 sphinx-multiversion==0.2.4
27+
pip install -r docs/requirements.txt
2828
2929
- name: Build documentation
3030
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sphinx==7.4.7
12
sphinxawesome-theme==5.3.2
23
sphinx-autodoc-typehints==2.3.0
34
sphinx-multiversion==0.2.4

0 commit comments

Comments
 (0)