Skip to content

Commit

Permalink
add tox environment to build html docs using sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Dec 4, 2018
1 parent ce8ad23 commit edf765d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,14 @@ commands =
coverage combine
coverage html
coverage report -m --fail-under 99

[testenv:docs]
# basepython not specified; we want to be sure it's something available
# on the current system.
deps =
sphinx
sphinxcontrib-programoutput
commands =
make -C doc html
whitelist_externals =
make

0 comments on commit edf765d

Please sign in to comment.