diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ deps = sphinx wcag-contrast-ratio commands = - sphinx-build -b {posargs:html} {env:SPHINXOPTS} . _build/{posargs:html} + sphinx-build -b {posargs:html} -n {env:SPHINXOPTS} . _build/{posargs:html} [testenv:web-doc] |