diff --git a/docs/manuals/source/conf.py b/docs/manuals/source/conf.py index db140aacbe4..d1ded1f54c4 100644 --- a/docs/manuals/source/conf.py +++ b/docs/manuals/source/conf.py @@ -258,7 +258,8 @@ import re # settings for sphinxcontrib-versioning scv_whitelist_branches = (re.compile(r'^master$'), - re.compile(r'^bareos-18.2$')) + re.compile(r'^bareos-18.2$'), + re.compile(r'^bareos-19.2$')) scv_whitelist_tags = (re.compile(r'^not-exisiting-tag$'),) scv_show_banner = True scv_priority = 'branches'