From 9d09720ecb8e4ad1e831c6db281b3699dea38545 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 24 Oct 2018 10:00:55 +0200 Subject: 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 --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') 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) -- cgit 1.2.3-korg