aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 60f1fac4a..61d0f4567 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,9 +28,9 @@ commands =
api \
docs
sphinx-build -W -b html api/ api/build
- sphinx-build -W -n -b html -c docs/rtd docs docs/build/html
+ 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 docs docs/_build/html
+ sphinx-build -W -n -b html -c docs/lfreleng docs docs/_build/html
[testenv:pep8]
basepython = python2.7