Skip to content

Commit

Permalink
Fix documentation builds on RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed May 10, 2017
1 parent 482573d commit d14f859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/requirements.txt
@@ -0,0 +1,3 @@
Sphinx>=1.5.3
sphinx-prompt>=1.0.0
sphinx_rtd_theme
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -39,8 +39,7 @@ commands =

[testenv:docs]
deps =
sphinx>=1.3.0
sphinx-prompt
-rdocs/source/requirements.txt
commands =
sphinx-build -WE -c docs/source/ -b html docs/source/ docs/build/html
sphinx-build -WE -c docs/source/ -b doctest docs/source/ docs/build/html
Expand Down

0 comments on commit d14f859

Please sign in to comment.