diff --git a/tox.ini b/tox.ini index 86949857..ad890b63 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands= [testenv:codespell] deps=codespell commands= - {envbindir}/codespell . -S '*.min.js' -S 'lunr.*.js' -S lunr.js -S fontawesome-webfont.svg -S .tox -S venv -S tinyseg.js + {envbindir}/codespell mkdocs docs *.* -S .tox -S LC_MESSAGES -S '*.min.js' -S 'lunr*.js' -S fontawesome-webfont.svg -S tinyseg.js [testenv:linkchecker] basepython = python2.7