aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index bd2be6235..5cc3851ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,9 +28,8 @@ commands =
docs
sphinx-build -W -b html api/ api/build
sphinx-build -W -n -b html docs docs/build/html
- sphinx-build -W -n -b linkcheck docs docs/_build/linkcheck
- sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html
- sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/_build/spellcheck
+ sphinx-build -W -n -b linkcheck docs docs/build/linkcheck
+ sphinx-build -W -b spelling -Dextensions=sphinxcontrib.spelling docs docs/build/spellcheck
[testenv:pep8]
basepython = python3.7