Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
AWhetter committed Feb 10, 2025
1 parent 26bd172 commit 3ec34fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ sphinx:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- path: .
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/changes/+fa8d867e.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix readthedocs build
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
furo
sphinx
sphinx_design
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ commands =

[testenv:doc]
deps =
furo
sphinx
sphinx_design
-r docs/requirements.txt
changedir = {toxinidir}/docs
commands =
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
Expand Down

0 comments on commit 3ec34fe

Please sign in to comment.