summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py16
m---------docs/submodules/copper0
m---------docs/submodules/domino0
m---------docs/submodules/escalator0
m---------docs/submodules/moon0
m---------docs/submodules/netready0
m---------docs/submodules/sfc0
m---------docs/submodules/yardstick0
8 files changed, 12 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bab9d7bff..08b1d6f38 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,6 +45,11 @@ author = 'Open Platform for NFV'
version = 'Latest'
# The full version, including alpha/beta/rc tags.
release = 'Latest'
+# The branch this project should link against for projects
+# following the stable-branch process. On the opnfvdocs stable branch
+# this should be set to 'stable/<release>' where '<release>' is the
+# current stable release (Ex: 'stable/gambia')
+branch = 'latest'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -280,8 +285,11 @@ html_sidebars = {'**': ['localtoc.html', 'relations.html'],}
# texinfo_no_detailmenu = False
intersphinx_mapping = {}
-intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/latest', None)
+intersphinx_mapping['armband'] = ('https://opnfv-armband.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['copper'] = ('https://opnfv-copper.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['moon'] = ('https://opnfv-moon.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['netready'] = ('https://opnfv-netready.readthedocs.io/en/%s' % branch, None)
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)
+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)
diff --git a/docs/submodules/copper b/docs/submodules/copper
deleted file mode 160000
-Subproject 505dc7754239feaa28c736abb3019598db2a1a5
diff --git a/docs/submodules/domino b/docs/submodules/domino
deleted file mode 160000
-Subproject 8330eea4474bf90a358c2255b1d0c6403829579
diff --git a/docs/submodules/escalator b/docs/submodules/escalator
deleted file mode 160000
-Subproject 96c35cdeba27d2e290cb9bd254b3871452ea623
diff --git a/docs/submodules/moon b/docs/submodules/moon
deleted file mode 160000
-Subproject cbea4e360e9bfaa9698cf7c61c83c96a1ba89b8
diff --git a/docs/submodules/netready b/docs/submodules/netready
deleted file mode 160000
-Subproject 54c5333ac4217a3fcd9c9142c8132b8fec0dd2f
diff --git a/docs/submodules/sfc b/docs/submodules/sfc
-Subproject 59697c6c0425b3179f0a51e92de7dc035c1ff38
+Subproject 6c11ccaa5e9f036a1b56926d80aaccb3dc5e3d7
diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick
-Subproject fdd8206d8f3d456fa3e3b56630e7449d55a7125
+Subproject e0c6f7f40d4640210fe1ad41ef40dfcdcef5f46