summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-09-04 12:50:48 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-09-04 15:53:55 -0700
commit53de5d7c93593b2603fe82e0198b88c7065688d7 (patch)
tree4df4aed0ca72a00e58b13c836682dbc69c983838
parent492d9357dcacf06e34c215af5f2717a037549994 (diff)
Switch Releng from submodules to intersphinx
Removes the releng submodule, adds the pre-installed intersphinx to the list of extentions, and updates the releng links to point to the RTD site. Change-Id: I334077920e7aebbecc7e91d586110617622bb609 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r--.gitmodules4
-rw-r--r--docs/conf.py7
-rw-r--r--docs/infrastructure/ci.rst4
-rw-r--r--docs/infrastructure/overview.rst5
4 files changed, 7 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules
index 4d6455b5f..f0511b58a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -148,10 +148,6 @@
url = ../qtip
branch = .
ignore = dirty
-[submodule "docs/submodules/releng"]
- path = docs/submodules/releng
- url = ../releng
- branch = master
[submodule "docs/submodules/sdnvpn"]
path = docs/submodules/sdnvpn
url = ../sdnvpn
diff --git a/docs/conf.py b/docs/conf.py
index 9d9f28168..45de7d635 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -13,7 +13,8 @@ needs_sphinx = '1.3'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinxcontrib.httpdomain', 'sphinx.ext.autodoc',
- 'sphinx.ext.viewcode', 'sphinx.ext.napoleon']
+ 'sphinx.ext.viewcode', 'sphinx.ext.napoleon',
+ 'sphinx.ext.intersphinx']
# Disable javasphinx generation until we have a solution to long build
# times. readthedocs timesout after 902 seconds.
@@ -278,5 +279,5 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],}
# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False
-# intersphinx_mapping =
-# {'RTD':('http://opnfvdocsdemo.readthedocs.io/projects/', None)}
+intersphinx_mapping = {}
+intersphinx_mapping['releng'] = ('https://opnfv-releng.readthedocs.io/en/latest', None)
diff --git a/docs/infrastructure/ci.rst b/docs/infrastructure/ci.rst
index a6323ef76..97429a505 100644
--- a/docs/infrastructure/ci.rst
+++ b/docs/infrastructure/ci.rst
@@ -10,5 +10,5 @@ Continuous Integration - CI
Please see the details of CI from the chapters below.
-- :ref:`CI Overview <ci-overview>`
-- :ref:`CI User Guide <ci-user-guide>`
+- :ref:`CI Overview <releng:ci-overview>`
+- :ref:`CI User Guide <releng:ci-user-guide>`
diff --git a/docs/infrastructure/overview.rst b/docs/infrastructure/overview.rst
index 1bd792000..3100907ce 100644
--- a/docs/infrastructure/overview.rst
+++ b/docs/infrastructure/overview.rst
@@ -41,10 +41,7 @@ TBD
Software Infrastructure
-----------------------
-.. toctree::
- :maxdepth: 1
-
- ../submodules/releng/docs/infra/index
+- :ref:`releng:software-infrastructure`
Security
--------