Skip to content

Commit d14f859

Browse files
committed
Fix documentation builds on RTD
1 parent 482573d commit d14f859

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Sphinx>=1.5.3
2+
sphinx-prompt>=1.0.0
3+
sphinx_rtd_theme

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ commands =
3939

4040
[testenv:docs]
4141
deps =
42-
sphinx>=1.3.0
43-
sphinx-prompt
42+
-rdocs/source/requirements.txt
4443
commands =
4544
sphinx-build -WE -c docs/source/ -b html docs/source/ docs/build/html
4645
sphinx-build -WE -c docs/source/ -b doctest docs/source/ docs/build/html

0 commit comments

Comments
 (0)