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 41fc257 commit 0178e25Copy full SHA for 0178e25
tox.ini
@@ -36,7 +36,7 @@ commands = mypy src/ {posargs}
36
37
[testenv:docs]
38
dependency_groups = docs
39
-commands = sphinx-build docs/ docs/_build {posargs}
+commands = sphinx-build docs/ {posargs:docs/_build}
40
41
; Below tasks are for development only (not run in CI)
42
0 commit comments