diff options
author | Alan Weinstock <aw2574@att.com> | 2020-06-26 20:43:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-26 20:43:00 +0000 |
commit | cf549f272445484d238f34ea85e8874b4a6e6356 (patch) | |
tree | d6cd096c32265308f6eb47fd02f6ec21357dc6f6 | |
parent | 2a2b9e01be2c28dd0e4bcc6c1560099977258fcb (diff) | |
parent | 5c527eca310e50dde25ee0466f72dac6d6384761 (diff) |
Merge "Updating conf.py to Guilin release"
-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 3ad4c8c..a52242d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,7 +2,7 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' -version = 'frankfurt' +version = 'guilin' linkcheck_ignore = [ 'http://localhost', |