Skip to content

Commit 0178e25

Browse files
committed
Fix RTD builds
1 parent 41fc257 commit 0178e25

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)