Removing Fuel from submodules 13/63513/1
authorSofia Wallin <sofia.wallin@ericsson.com>
Mon, 15 Oct 2018 12:31:47 +0000 (14:31 +0200)
committerSofia Wallin <sofia.wallin@ericsson.com>
Mon, 15 Oct 2018 12:35:30 +0000 (14:35 +0200)
Adding intersphinx linking to publish fuel documentation on RTD

Change-Id: Ie968f373ce4d436878ad0c0bde132233a03df475
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
.gitmodules
docs/conf.py

index ca5ba13..fbe2a00 100644 (file)
        url = ../fds
        branch = .
        ignore = dirty
-[submodule "docs/submodules/fuel"]
-       path = docs/submodules/fuel
-       url = ../fuel
-       branch = .
-       ignore = dirty
 [submodule "docs/submodules/functest"]
        path = docs/submodules/functest
        url = ../functest
index 9541a9e..a3866d9 100644 (file)
@@ -282,3 +282,4 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],}
 intersphinx_mapping = {}
 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)