diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-18 14:57:45 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-19 11:38:28 -0700 |
commit | 193a2428a06f681f4d45ba94b5ae69add3cddf91 (patch) | |
tree | 8f8d68c3a45178c2ba862f7c03c52312e5a821f9 /docs/conf.py | |
parent | 0a4868c009ae2f0f975e34080c6548ac1a0d1f8b (diff) |
Transition Fuel and Armband off of Submodules
Updates references to link to the project docs and removes links to
non-existant documents.
Change-Id: I10fe2b64063072ffc0a0a9a5661e267eb270456f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
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 a3866d9cf..48c533975 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -280,6 +280,7 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],} # texinfo_no_detailmenu = False intersphinx_mapping = {} +intersphinx_mapping['armband'] = ('https://opnfv-armband.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) |