diff options
-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 |