diff options
author | 2018-09-06 05:05:15 +0000 | |
---|---|---|
committer | 2018-09-06 05:05:15 +0000 | |
commit | 8877b489ea760b6d6b05ec509c192c0bea408397 (patch) | |
tree | 6e1b125681e1afe4bf64950b9d3c8047a9380542 /docs/conf.py | |
parent | 066004c9f94bb630c437313c0d670c3ddbc6f375 (diff) | |
parent | 53de5d7c93593b2603fe82e0198b88c7065688d7 (diff) |
Merge "Switch Releng from submodules to intersphinx"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 7 |
1 files changed, 4 insertions, 3 deletions
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) |