diff options
author | Eric Debeau <eric.debeau@orange.com> | 2020-11-26 16:01:59 +0100 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2020-11-26 16:02:59 +0100 |
commit | dfd985f7a3105580bdff94309253f9c90f25cfb3 (patch) | |
tree | 9aa4ac606e55dee8ea6da2ceb68f503f49f1ac39 | |
parent | d4599fd2bec9c850d80301b32a8e394020a53392 (diff) |
Update conf.py with latest
Issue-ID: DOC-683
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I3f6b7061fbefd6052b22895eb8175a6e61914bc1
-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 c68057251..0c79cc989 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ from docs_conf.conf import * -branch = 'guilin' +branch = 'latest' doc_url = 'https://docs.onap.org/projects' master_doc = 'index' |