doc: use regexp for doc version whitelisting
We are never going to update this manually, so let's use a regexp. Change-Id: I4374f454f9694d7e7ff6821408e5b3a2da9ec7b6
This commit is contained in:
parent
fd999f7629
commit
46b9f3f0b6
@ -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]\.",)
|
||||
|
Loading…
Reference in New Issue
Block a user