diff options
author | 2018-11-12 10:28:50 -0800 | |
---|---|---|
committer | 2018-11-12 10:30:34 -0800 | |
commit | e000ade81aac86d95ab83cfd63afc5a6995090ac (patch) | |
tree | 289a9a8c8384e10fb3c903694731838767507533 | |
parent | 43c5611b50afca132262f9984fafaf08f01478e6 (diff) |
Link against Calipso's latest documentation
As Calipso isn't following the stable branch track, there is no gambia
branch to link against.
Change-Id: I4f01ca484564c72f477e23ddfaba72ef07c91f93
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 02eb98497..59a49d42f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -291,7 +291,7 @@ intersphinx_mapping['auto'] = ('https://opnfv-auto.readthedocs.io/en/%s' % branc intersphinx_mapping['availability'] = ('https://opnfv-availability.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['barometer'] = ('https://opnfv-barometer.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['bottlenecks'] = ('https://opnfv-bottlenecks.readthedocs.io/en/%s' % branch, None) -intersphinx_mapping['calipso'] = ('https://opnfv-calipso.readthedocs.io/en/%s' % branch, None) +intersphinx_mapping['calipso'] = ('https://opnfv-calipso.readthedocs.io/en/latest', None) intersphinx_mapping['clover'] = ('https://opnfv-clover.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['compass4nfv'] = ('https://opnfv-compass4nfv.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['container4nfv'] = ('https://opnfv-container4nfv.readthedocs.io/en/%s' % branch, None) |