Skip to content

Commit

Permalink
Build sphinx docs directly rather than through setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Feb 10, 2016
1 parent c77c212 commit 6af78b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ commands=
cover-all: coverage report
cover-util: coverage report --include 'clize/util.py'
cover-help: coverage report --include 'clize/help.py'
docs: python -m setup build_sphinx
docs: {envbindir}/sphinx-build {toxinidir}/docs/ {toxinidir}/build/sphinx {posargs:}

[testenv:coveralls]
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 6af78b2

Please sign in to comment.