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 0ba0518 commit ad66367Copy full SHA for ad66367
tox.ini
@@ -49,11 +49,11 @@ usedevelop = false
49
50
[testenv:doc-html]
51
changedir = doc
52
-commands = {envpython} -m sphinx -M html . _build/html -E -a
+commands = {envpython} -m sphinx -M html . _build -E -a
53
54
[testenv:doc-latexpdf]
55
56
-commands = {envpython} -m sphinx -M latexpdf . _build/latexpdf -E -a
+commands = {envpython} -m sphinx -M latexpdf . _build -E -a
57
58
[testenv:pylint]
59
deps =
0 commit comments