diff options
author | 2018-11-12 19:09:02 +0000 | |
---|---|---|
committer | 2018-11-12 19:09:02 +0000 | |
commit | 914f9c58c20aed1fd9fdd31e7b38fa33722b5881 (patch) | |
tree | 0eb37dc330b18176493ba14dac0ecd717d66ae9b | |
parent | 12e0e154f16d57e664ff32a3c28b873530f2ab2e (diff) | |
parent | e000ade81aac86d95ab83cfd63afc5a6995090ac (diff) |
Merge "Link against Calipso's latest documentation" into stable/gambia
-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) |