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 19b5f4d commit af66165Copy full SHA for af66165
tox.ini
@@ -64,7 +64,8 @@ description = build documentation
64
extras =
65
docs
66
commands =
67
- sphinx-build -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color -b html {posargs:-b linkcheck -W}
+ {posargs: sphinx-build -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color -b linkcheck}
68
+ sphinx-build -d "{envtmpdir}{/}doctree" docs "{toxworkdir}{/}docs_out" --color -b html -W
69
python -c 'print(r"documentation available under file://{toxworkdir}{/}docs_out{/}index.html")'
70
71
[testenv:pkg_meta]
0 commit comments