diff options
author | Sofia Wallin <sofia.wallin@est.tech> | 2020-11-16 16:37:52 +0100 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@est.tech> | 2020-11-16 16:37:52 +0100 |
commit | 9d87ad64427207114bf890db3325929f1ab619b8 (patch) | |
tree | a445675c15a414b08979898c53c138f344acbda5 | |
parent | baa0710a9e97c0d7fa4b12ca26ff31322c6d9850 (diff) |
Updated the conf.py
Edited the conf.py to guilin
Issue-ID: DOC-683
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
Change-Id: I48eff1949e2bb69722b0c75efe08db18677aa082
-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 467836e8b..2d99a103a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'latest' +branch = 'guilin' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' |