diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-27 00:03:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-27 00:03:25 +0000 |
commit | df89827146946a4986d4901c60fc7a8109c72b4d (patch) | |
tree | 5ea97a6d863c723088bd848cd0aee9900301a63e | |
parent | b4dd75888aba55379ab76efa494ff8fc8e19828f (diff) | |
parent | 9d09720ecb8e4ad1e831c6db281b3699dea38545 (diff) |
Merge "Update git submodules for Auto"
-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 |