diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-11-19 17:04:28 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-11-19 17:04:28 +0100 |
commit | ac959b26503e3326ec1b022e1ee72e14f35dad56 (patch) | |
tree | 037e7d26e4041c804e0fdc759dfbdc64e4b99071 | |
parent | 1285108eee2c0860854db42e1b7369cb4dc6a1f4 (diff) |
Fix doc branch refguilin
Update guilin branch ref in intersphinx links
Issue-ID: SDC-3370
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I98e09dda536d9f8b58a204abe42a071b4880c4f4
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4b24057691..2169bc82b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'latest' +branch = 'guilin' doc_onap_url = 'https://docs.onap.org' master_doc = 'index' |