Skip to content

Commit 9407da9

Browse files
authored
Fix RTD builds (#1043)
1 parent 41fc257 commit 9407da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ commands = mypy src/ {posargs}
3636

3737
[testenv:docs]
3838
dependency_groups = docs
39-
commands = sphinx-build docs/ docs/_build {posargs}
39+
commands = sphinx-build docs/ {posargs:docs/_build}
4040

4141
; Below tasks are for development only (not run in CI)
4242

0 commit comments

Comments
 (0)