We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c90953 commit 722d6abCopy full SHA for 722d6ab
scripts/update_docs.sh
@@ -25,7 +25,10 @@ if [[ "${TRAVIS_BRANCH}" == "master" ]] && \
25
elif [[ -n "${TRAVIS_TAG}" ]]; then
26
echo "Building new docs on a tag."
27
else
28
- echo "Not on Travis, doing nothing."
+ echo "No docs to build for a new tag or merged commit on Travis."
29
+ echo "Verifying all modules included (rather than running tox -e docs)."
30
+ pip install --upgrade Sphinx
31
+ python scripts/verify_included_modules.py
32
exit
33
fi
34
0 commit comments