We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bd172 commit 3ec34feCopy full SHA for 3ec34fe
.readthedocs.yml
@@ -22,7 +22,5 @@ sphinx:
22
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
23
python:
24
install:
25
- - method: pip
26
- path: .
27
- extra_requirements:
28
- - docs
+ - path: .
+ - requirements: docs/requirements.txt
docs/changes/+fa8d867e.misc.rst
@@ -0,0 +1 @@
1
+Fix readthedocs build
docs/requirements.txt
@@ -0,0 +1,3 @@
+furo
2
+sphinx
3
+sphinx_design
tox.ini
@@ -50,9 +50,7 @@ commands =
50
51
[testenv:doc]
52
deps =
53
- furo
54
- sphinx
55
- sphinx_design
+ -r docs/requirements.txt
56
changedir = {toxinidir}/docs
57
commands =
58
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
0 commit comments