From 2cb70d1e5aa1e275cad3b4fca634d44b1f5e42b9 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 5 Apr 2020 20:43:18 +0100 Subject: [PATCH] tox: Pass positional arguments to 'docs' job Signed-off-by: Stephen Finucane --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 849831d9..8fbb136d 100644 --- 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 = -- 2.47.3