summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorSofia Wallin <sofia.wallin@est.tech>2018-10-29 19:41:24 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-29 19:41:24 +0000
commitce4883fb4945d6b7df34a6fcde9cdee0e6a43451 (patch)
tree8f4b3dce9af597e8225da07d668ce7e9a7957e52 /docs/conf.py
parent665a674dbc04fc5a8a1ac185b1cd6a6bf750bdac (diff)
parent8da20a6a31ea58690de6fdb887e0071bf854dac0 (diff)
Merge "Convert Unlinked Git Submodules to Intersphinx" into stable/gambia
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 48c533975..4e5542820 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -281,6 +281,9 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],}
intersphinx_mapping = {}
intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/latest', None)
+intersphinx_mapping['copper'] = ('https://opnfv-copper.readthedocs.io/en/latest', None)
+intersphinx_mapping['moon'] = ('https://opnfv-moon.readthedocs.io/en/latest', None)
+intersphinx_mapping['netready'] = ('https://opnfv-netready.readthedocs.io/en/latest', None)
intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest', None)
intersphinx_mapping['ovn4nfv'] = ('https://opnfv-ovn4nfv.readthedocs.io/en/latest', None)
intersphinx_mapping['fuel'] = ('https://opnfv-fuel.readthedocs.io/en/latest', None)