diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5371015c66..4b24057691 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,7 @@ from docs_conf.conf import * branch = 'latest' +doc_onap_url = 'https://docs.onap.org' master_doc = 'index' linkcheck_ignore = [ @@ -9,6 +10,8 @@ linkcheck_ignore = [ intersphinx_mapping = {} +intersphinx_mapping['onap-doc'] = ('{}/en/%s'.format(doc_onap_url) % branch, None) + html_last_updated_fmt = '%d-%b-%y %H:%M' def setup(app): |