Skip to content

Commit 7f89e6d

Browse files
authored
fix: update sphinx.yml
1 parent d3307e0 commit 7f89e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.10'
36-
- run: pip install sphinx sphinxcontrib-napoleon sphinx-rtd-theme
36+
- run: pip install -r requirements.txt
3737
- name: Build Sphinx Docs
3838
run: sphinx-build docs/source/ docs/build/
3939
- name: Setup Pages

0 commit comments

Comments
 (0)