smaller, optimized image

reword / reformat the docs
fix tox build directory
This commit is contained in:
David Lord 2018-01-04 12:34:25 -08:00
parent 5892a6f2c5
commit c11fe5d007
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 39 additions and 28 deletions

View file

@ -40,11 +40,11 @@ commands =
[testenv:docs-html]
deps = sphinx
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
[testenv:docs-linkcheck]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs {envtmpdir}/linkcheck
[testenv:coverage-report]
deps = coverage