Skip to content

Commit

Permalink
docs: sphinx update
Browse files Browse the repository at this point in the history
also use makefile command instead of replicating it
  • Loading branch information
iloveitaly authored and Suor committed Apr 12, 2024
1 parent 6beea46 commit 721cfe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: ./docs
run: |
pip install -r requirements.txt
sphinx-build -b html -W . _build/html
make html SPHINXOPTS="-W"
test:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx==4.3.0
sphinx-rtd-theme==0.5.1
Sphinx==7.2.6
sphinx-rtd-theme==2.0.0

0 comments on commit 721cfe8

Please sign in to comment.