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

Don't build documentation on STABLE nightlies (partially addresses comments at...

Don't build documentation on STABLE nightlies (partially addresses comments at bob/bob.io.image./bin/fab -f staging web)
parent e8eba183
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ if [ -x ./bin/bob_dbmanage.py ]; then ...@@ -19,7 +19,7 @@ if [ -x ./bin/bob_dbmanage.py ]; then
run_cmd ./bin/bob_dbmanage.py all download --missing; run_cmd ./bin/bob_dbmanage.py all download --missing;
fi fi
if [ -d ./doc ]; then if [ -d ./doc ] && [ "${STABLE}" != "true" ]; then
run_cmd ./bin/sphinx-build -W doc sphinx run_cmd ./bin/sphinx-build -W doc sphinx
fi fi
......
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