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 5ecac11 commit 440e624Copy full SHA for 440e624
tox.ini
@@ -22,7 +22,7 @@ description = invoke sphinx-build to build the HTML docs and check that all link
22
whitelist_externals = sphinx-build
23
basepython = python3.6
24
extras = docs
25
-commands = sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_out" --color -W -bhtml
+commands = sphinx-build -d "{toxworkdir}/docs_doctree" doc "{toxworkdir}/docs_out" --color -W -bhtml {posargs}
26
27
28
[testenv:fix-lint]
0 commit comments