diff options
author | 2018-11-01 22:49:06 +0000 | |
---|---|---|
committer | 2018-11-01 22:49:06 +0000 | |
commit | 9afe44b2870497842e4346290d10cb38abe73166 (patch) | |
tree | 03a5a0ff0f8e7ec0f9ef1997f51ed83a1273f794 /docs/conf.py | |
parent | ba6768ef72b2ef12264f0f110e0108adc1051caa (diff) | |
parent | 2ae9c6a0625432193aeedcd7221ff77f7514ee08 (diff) |
Merge "Update git submodules for Promise"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 10905d144..27be952b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -289,6 +289,7 @@ intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/%s' % intersphinx_mapping['copper'] = ('https://opnfv-copper.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['moon'] = ('https://opnfv-moon.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['netready'] = ('https://opnfv-netready.readthedocs.io/en/%s' % branch, None) +intersphinx_mapping['promise'] = ('https://opnfv-promise.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest', None) intersphinx_mapping['ovn4nfv'] = ('https://opnfv-ovn4nfv.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['fuel'] = ('https://opnfv-fuel.readthedocs.io/en/%s' % branch, None) |