We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cd116 commit 59fe2a2Copy full SHA for 59fe2a2
tox.ini
@@ -25,6 +25,7 @@ description = invoke sphinx-build to build the HTML docs and check that all link
25
whitelist_externals = sphinx-build
26
basepython = python3.6
27
extras = docs
28
+changedir = {toxinidir}
29
commands = sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_out" --color -W -bhtml {posargs}
30
31
[testenv:fix-lint]
0 commit comments