]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
tox: Pass positional arguments to 'docs' job
authorStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 19:43:18 +0000 (20:43 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 5 Apr 2020 19:43:18 +0000 (20:43 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
tox.ini

diff --git a/tox.ini b/tox.ini
index 849831d95c848b288a6142a1c44f6987c473ce6e..8fbb136dbd248251b532bf3e07614c8709bd1d8e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -59,7 +59,7 @@ ignore = E129, F405, W504
 deps =
     -r{toxinidir}/docs/requirements.txt
 commands =
-    sphinx-build -E -W -b dirhtml -d docs/_build/doctrees docs docs/_build/html
+    sphinx-build -E -W -b dirhtml -d docs/_build/doctrees docs docs/_build/html {posargs}
 
 [testenv:lint]
 deps =