Skip to content

Commit 99d4884

Browse files
committed
Allow easily building the docs locally using 'tox -e docs html'
1 parent bea1ec2 commit 99d4884

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
@@ -66,7 +66,7 @@ setenv =
6666
DB_NAME = ":memory:"
6767

6868
[testenv:docs]
69-
commands = make -C {toxinidir}/docs spelling
69+
commands = make -C {toxinidir}/docs {posargs:spelling}
7070
deps =
7171
Sphinx
7272
sphinxcontrib-spelling

0 commit comments

Comments
 (0)