smaller, optimized image
reword / reformat the docs fix tox build directory
This commit is contained in:
parent
5892a6f2c5
commit
c11fe5d007
3 changed files with 39 additions and 28 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue