Skip to content

Commit ad66367

Browse files
committed
tox: correct documentation helper paths
When building with `-M`, it is not required to set an explicit builder output path; updating. Signed-off-by: James Knight <[email protected]>
1 parent 0ba0518 commit ad66367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ usedevelop = false
4949

5050
[testenv:doc-html]
5151
changedir = doc
52-
commands = {envpython} -m sphinx -M html . _build/html -E -a
52+
commands = {envpython} -m sphinx -M html . _build -E -a
5353

5454
[testenv:doc-latexpdf]
5555
changedir = doc
56-
commands = {envpython} -m sphinx -M latexpdf . _build/latexpdf -E -a
56+
commands = {envpython} -m sphinx -M latexpdf . _build -E -a
5757

5858
[testenv:pylint]
5959
deps =

0 commit comments

Comments
 (0)