Skip to content

Commit 165b098

Browse files
committed
Fix readthedocs build
1 parent 26bd172 commit 165b098

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.readthedocs.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ sphinx:
2323
python:
2424
install:
2525
- method: pip
26-
path: .
27-
extra_requirements:
28-
- docs
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)