Skip to content

Commit

Permalink
add a buildstep for docs in tox.ini (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel authored and Michael Howitz committed Feb 3, 2017
1 parent 137f476 commit 5370e78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -10,7 +10,7 @@ envlist =
pypy,
coverage-report,
isort,
docs
docs,
skip_missing_interpreters = False

[testenv]
Expand Down Expand Up @@ -72,6 +72,7 @@ commands = flake8 --doctests src tests setup.py
[testenv:docs]
basepython = python2.7
commands =
sphinx-build -b html -d build/docs/build/doctrees docs build/docs/html
sphinx-build -b html -d build/docs/doctrees docs build/docs/html
deps =
.[docs]
Sphinx

0 comments on commit 5370e78

Please sign in to comment.