Skip to content

Commit

Permalink
docs: add branch bareos-19.2 to sphinx-versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Dec 19, 2019
1 parent ef722e6 commit 2959628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/manuals/source/conf.py
Expand Up @@ -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'
Expand Down

0 comments on commit 2959628

Please sign in to comment.