Skip to content
Snippets Groups Projects
Commit c51115d5 authored by jaden's avatar jaden
Browse files

Merge remote-tracking branch 'origin/master' into webdav-recursive-dirs

parents 150e53c4 a48a80b8
No related branches found
No related tags found
1 merge request!59Webdav recursive dirs
......@@ -425,9 +425,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}"
......
......@@ -2,9 +2,9 @@
.. <DATE>
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://pythonhosted.org/<PACKAGE>/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/<PACKAGE>/stable/index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/latest/bob/<PACKAGE>/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/<PACKAGE>/master/index.html
.. image:: https://gitlab.idiap.ch/bob/<PACKAGE>/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/<PACKAGE>/commits/master
.. image:: https://gitlab.idiap.ch/bob/<PACKAGE>/badges/master/coverage.svg
......@@ -13,8 +13,6 @@
:target: https://gitlab.idiap.ch/bob/<PACKAGE>
.. image:: http://img.shields.io/pypi/v/<PACKAGE>.svg
:target: https://pypi.python.org/pypi/<PACKAGE>
.. image:: http://img.shields.io/pypi/dm/<PACKAGE>.svg
:target: https://pypi.python.org/pypi/<PACKAGE>
=========
......
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