diff options
author | Stephen Finucane <stephen@that.guru> | 2020-04-05 20:43:18 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2020-04-05 20:43:18 +0100 |
commit | 2cb70d1e5aa1e275cad3b4fca634d44b1f5e42b9 (patch) | |
tree | 8985a56fa4648d88290d8e60f91690111ff9bc36 | |
parent | 448d70866a41c7a9433a07779bba7ded06479089 (diff) | |
download | patchwork-2cb70d1e5aa1e275cad3b4fca634d44b1f5e42b9.tar patchwork-2cb70d1e5aa1e275cad3b4fca634d44b1f5e42b9.tar.gz |
tox: Pass positional arguments to 'docs' job
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |