Merge "Update tox docs environment to use sphinx-build"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -22,7 +22,8 @@ commands = flake8
|
|||||||
commands = python setup.py sdist {posargs}
|
commands = python setup.py sdist {posargs}
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands =
|
||||||
|
sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|||||||
Reference in New Issue
Block a user