From 9d09720ecb8e4ad1e831c6db281b3699dea38545 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Wed, 24 Oct 2018 10:00:55 +0200 Subject: [PATCH] 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 --- .gitmodules | 5 ----- docs/conf.py | 1 + docs/submodules/auto | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 160000 docs/submodules/auto diff --git a/.gitmodules b/.gitmodules index af118f7ad..4ed89f77c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,11 +3,6 @@ url = ../apex branch = . ignore = dirty -[submodule "docs/submodules/auto"] - path = docs/submodules/auto - url = ../auto - branch = . - ignore = dirty [submodule "docs/submodules/bottlenecks"] path = docs/submodules/bottlenecks url = ../bottlenecks 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) diff --git a/docs/submodules/auto b/docs/submodules/auto deleted file mode 160000 index 80c523a18..000000000 --- a/docs/submodules/auto +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 80c523a18d8b694f4002dea7c9c7101317941978 -- 2.16.6