diff options
Diffstat (limited to 'examples/sphinx')
-rw-r--r-- | examples/sphinx/release/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sphinx/release/conf.py b/examples/sphinx/release/conf.py index e13e05171..1988efa79 100644 --- a/examples/sphinx/release/conf.py +++ b/examples/sphinx/release/conf.py @@ -27,10 +27,10 @@ extensions = [ # # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch. -# Change to {releasename} after you have created the new 'doc' branch. +# Change to {release} after you have created the new 'doc' branch. # -branch = 'latest' +branch = '{release}' intersphinx_mapping = {} doc_url = 'https://docs.onap.org/projects' |