Skip to content

Commit

Permalink
Fixed docs building on ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 9, 2015
1 parent dd00a0e commit b6038a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx
sphinx-autodoc-annotation
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ deps=git+https://github.com/pytest-dev/pytest.git@b25e41e34899daded#egg=pytest
commands=python -m py.test {posargs}

[testenv:docs]
deps=sphinx
sphinx-autodoc-annotation
deps=-rdocs/requirements.txt
commands=python setup.py build_sphinx {posargs}
usedevelop=true

Expand Down

0 comments on commit b6038a9

Please sign in to comment.