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

Allow sphinx to find new documentation servers on build

parent e3c225bb
No related branches found
No related tags found
No related merge requests found
......@@ -389,9 +389,9 @@ export_env BOB_PREFIX_PATH
# Setup default documentation server
if [ -z "${CI_COMMIT_TAG}" ]; then
DEFSRV="${DOCSERVER}/software/bob/docs/bob/%s/master/"
DEFSRV="${DOCSERVER}/software/bob/docs/bob/%s/master/"
else
DEFSRV="http://pythonhosted.org/%s/"
DEFSRV="${DOCSERVER}/software/bob/docs/bob/%s/stable/|http://pythonhosted.org/%s/"
fi
if [ -z "${BOB_DOCUMENTATION_SERVER}" ]; then
BOB_DOCUMENTATION_SERVER="${DEFSRV}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment