diff --git a/doc/source/conf.py b/doc/source/conf.py index 109ddcd2..42111e7a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -183,5 +183,5 @@ htmlhelp_basename = 'gnocchidoc' scv_sort = ('semver',) scv_greatest_tag = True scv_priority = 'branches' -scv_whitelist_branches = ('master',) -scv_whitelist_tags = ('3.1.0', '3.0.4', '2.2.1') +scv_whitelist_branches = ('master', '^stable/(2\.1|2\.2|[3-9]\.)') +scv_whitelist_tags = ("^[2-9]\.",)