Skip to content

Commit 3ec34fe

Browse files
committed
Fix readthedocs build
1 parent 26bd172 commit 3ec34fe

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.readthedocs.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,5 @@ sphinx:
2222
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2323
python:
2424
install:
25-
- method: pip
26-
path: .
27-
extra_requirements:
28-
- docs
25+
- path: .
26+
- requirements: docs/requirements.txt

docs/changes/+fa8d867e.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix readthedocs build

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
furo
2+
sphinx
3+
sphinx_design

tox.ini

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ commands =
5050

5151
[testenv:doc]
5252
deps =
53-
furo
54-
sphinx
55-
sphinx_design
53+
-r docs/requirements.txt
5654
changedir = {toxinidir}/docs
5755
commands =
5856
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 commit comments

Comments
 (0)