From 8b37cb8c12f61958ca50cd9044cebfa2fa92d4e4 Mon Sep 17 00:00:00 2001 From: Sofia Wallin Date: Mon, 22 Oct 2018 11:00:38 +0200 Subject: Transition stor4nfv docs away from submodules Uses intersphinx linking to reference stor4nfv documentation hosted on RTD. Change-Id: I0e2dcf599073c6e59645e064ddacb3ef6289d084 Signed-off-by: Sofia Wallin Signed-off-by: Trevor Bramwell --- .gitmodules | 5 ----- docs/conf.py | 1 + docs/release/userguide.introduction.rst | 4 ++-- docs/submodules/stor4nfv | 1 - 4 files changed, 3 insertions(+), 8 deletions(-) delete mode 160000 docs/submodules/stor4nfv diff --git a/.gitmodules b/.gitmodules index 52d7995a0..05a16381a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -123,11 +123,6 @@ url = ../storperf branch = . ignore = dirty -[submodule "docs/submodules/stor4nfv"] - path = docs/submodules/stor4nfv - url = ../stor4nfv - branch = . - ignore = dirty [submodule "docs/submodules/ves"] path = docs/submodules/ves url = ../ves diff --git a/docs/conf.py b/docs/conf.py index cab087d5f..f609a7290 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -293,3 +293,4 @@ intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest' intersphinx_mapping['ovn4nfv'] = ('https://opnfv-ovn4nfv.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['fuel'] = ('https://opnfv-fuel.readthedocs.io/en/%s' % branch, None) intersphinx_mapping['auto'] = ('https://opnfv-auto.readthedocs.io/en/%s' % branch, None) +intersphinx_mapping['stor4nfv'] = ('https://opnfv-stor4nfv.readthedocs.io/en/%s' % branch, None) diff --git a/docs/release/userguide.introduction.rst b/docs/release/userguide.introduction.rst index aa8801789..fbf6ea8e8 100644 --- a/docs/release/userguide.introduction.rst +++ b/docs/release/userguide.introduction.rst @@ -75,7 +75,7 @@ Feature Configuration Guides - :ref:`Promise Configuration Guide ` - :ref:`SDNVPN Configuration Guide ` - :ref:`SFC Configuration Guide ` -- :ref:`Stor4NFV Configuration Guide ` +- :ref:`Stor4NFV Configuration Guide ` Feature User Guides =================== @@ -97,4 +97,4 @@ Feature User Guides - :ref:`Parser User Guide ` - :ref:`SDNVPN User Guide ` - :ref:`SFC User Guide ` -- :ref:`Stor4NFV User Guide ` +- :ref:`Stor4NFV User Guide ` diff --git a/docs/submodules/stor4nfv b/docs/submodules/stor4nfv deleted file mode 160000 index cefd1d085..000000000 --- a/docs/submodules/stor4nfv +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cefd1d0854ee948acc7147834146914983a11556 -- cgit 1.2.3-korg