diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2021-07-01 15:37:37 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2021-07-01 15:40:55 +0200 |
commit | 0fad3ddaae280ba41fbf2f0d12193a70a60af1fe (patch) | |
tree | 56f896ce7e3bb8b2c636d0827e7259219ac2d937 /docs | |
parent | 86a083c96b7de4837d8aecf02892d91d2bcb8eb9 (diff) |
Adding intersphinx mapping for Kuberef docs
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'docs')
-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 dbfe27d09..410745b6a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -307,6 +307,7 @@ intersphinx_mapping['functest'] = ('https://opnfv-functest.readthedocs.io/en/%s' #intersphinx_mapping['ipv6'] = ('https://opnfv-ipv6.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['kuberef'] = ('https://opnfv-kuberef.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['nfvbench'] = ('https://opnfv-nfvbench.readthedocs.io/en/%s' % branch, None) #intersphinx_mapping['onosfw'] = ('https://opnfv-onosfw.readthedocs.io/en/%s' % branch, None) #intersphinx_mapping['orchestra'] = ('https://opnfv-orchestra.readthedocs.io/en/%s' % branch, None) |