summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMartin Klozik <martin.klozik@tieto.com>2018-10-24 10:00:55 +0200
committerMartin Klozik <martin.klozik@tieto.com>2018-10-24 10:11:30 +0200
commit9d09720ecb8e4ad1e831c6db281b3699dea38545 (patch)
tree02f6483f1e433fb4c29e4b6c7205fc1c3981dad2 /docs/conf.py
parent8bcb3dd301bc3c803f73a69c620c0e73db746a41 (diff)
Update git submodules for Auto
Transition to local documentation build for Auto as defined at: https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html Standalone Auto documentation is available at: https://opnfv-auto.readthedocs.io/en/latest/ This patch adds intersphinx link to the opnfvdocs repo configuration and removes auto submodule from docs/submodules/ Change-Id: I2e8a57734cd8e5318bbdcffb75876e6890d2f3da Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 48c533975..bab9d7bff 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -284,3 +284,4 @@ intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/lates
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)
+intersphinx_mapping['auto'] = ('https://opnfv-auto.readthedocs.io/en/latest', None)