Skip to content
Snippets Groups Projects
Commit 796060b8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Be picky about sphinx doc generation

parent 08120438
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ if [ -x ./bin/bob_dbmanage.py ]; then ...@@ -10,7 +10,7 @@ if [ -x ./bin/bob_dbmanage.py ]; then
fi fi
if [ -d ./doc ]; then if [ -d ./doc ]; then
run_cmd ./bin/sphinx-build doc sphinx run_cmd ./bin/sphinx-build -n -W doc sphinx
fi fi
if [ -z "${WHEEL_TAG}" ]; then if [ -z "${WHEEL_TAG}" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment