diff options
author | 2022-11-15 16:31:13 +0100 | |
---|---|---|
committer | 2022-11-15 16:32:08 +0100 | |
commit | c6fee3872404566ffca3aebbb671e02ccd5ab6ae (patch) | |
tree | 8524b8244ccaeda300eb8ba95b0f294bc3dca07a | |
parent | 33d4f95ceb0fae143f97070c52d13703511c0b2f (diff) |
fix release example conf.py
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Ide7287ff52e5708d904fbaa36cc1657b01037b86
-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' |