Merge "Fix missing specifying doctrees directory"

This commit is contained in:
Zuul 2018-09-21 13:58:26 +00:00 committed by Gerrit Code Review
commit 5ec5e4b625
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ commands =
bash -c "! find doc/ -type f -name *.json | xargs grep -U -n $'\r'"
# Check that all included JSON files are valid JSON
bash -c '! find doc/ -type f -name *.json | xargs -t -n1 python -m json.tool 2>&1 > /dev/null | grep -B1 -v ^python'
sphinx-build -W -b html doc/source doc/build/html
sphinx-build -W -b html -d doc/build/doctrees doc/source doc/build/html
# Test the redirects. This must run after the main docs build
whereto doc/build/html/.htaccess doc/test/redirect-tests.txt
{[testenv:api-guide]commands}