Skip to content

Commit

Permalink
Allow easily building the docs locally using 'tox -e docs html'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 10, 2022
1 parent bea1ec2 commit 99d4884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setenv =
DB_NAME = ":memory:"

[testenv:docs]
commands = make -C {toxinidir}/docs spelling
commands = make -C {toxinidir}/docs {posargs:spelling}
deps =
Sphinx
sphinxcontrib-spelling
Expand Down

0 comments on commit 99d4884

Please sign in to comment.