diff options
author | Martin Klozik <martin.klozik@tieto.com> | 2018-10-24 10:00:55 +0200 |
---|---|---|
committer | Martin Klozik <martin.klozik@tieto.com> | 2018-10-24 10:11:30 +0200 |
commit | 9d09720ecb8e4ad1e831c6db281b3699dea38545 (patch) | |
tree | 02f6483f1e433fb4c29e4b6c7205fc1c3981dad2 | |
parent | 8bcb3dd301bc3c803f73a69c620c0e73db746a41 (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>
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/conf.py | 1 | ||||
m--------- | docs/submodules/auto | 0 |
3 files changed, 1 insertions, 5 deletions
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 -Subproject 80c523a18d8b694f4002dea7c9c710131794197 |