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 482573d commit d14f859Copy full SHA for d14f859
docs/source/requirements.txt
@@ -0,0 +1,3 @@
1
+Sphinx>=1.5.3
2
+sphinx-prompt>=1.0.0
3
+sphinx_rtd_theme
tox.ini
@@ -39,8 +39,7 @@ commands =
39
40
[testenv:docs]
41
deps =
42
- sphinx>=1.3.0
43
- sphinx-prompt
+ -rdocs/source/requirements.txt
44
commands =
45
sphinx-build -WE -c docs/source/ -b html docs/source/ docs/build/html
46
sphinx-build -WE -c docs/source/ -b doctest docs/source/ docs/build/html
0 commit comments