Skip to content

Commit

Permalink
tox: correct documentation helper paths
Browse files Browse the repository at this point in the history
When building with `-M`, it is not required to set an explicit builder
output path; updating.

Signed-off-by: James Knight <[email protected]>
  • Loading branch information
jdknight committed Oct 20, 2024
1 parent 0ba0518 commit ad66367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ usedevelop = false

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

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

[testenv:pylint]
deps =
Expand Down

0 comments on commit ad66367

Please sign in to comment.