doc: last release is the greatest tag

We should not use the more recent tag, but the greatest.

Currently the doc show 3.0.5 instead of 3.1.2

Change-Id: Ia7c5c57d92f406b804d4d49ebf9a7af0b87cd151
This commit is contained in:
Mehdi Abaakouk 2017-04-13 08:20:47 +02:00
parent 5beff0edcc
commit 0e4cc74adc

View File

@ -182,7 +182,7 @@ htmlhelp_basename = 'gnocchidoc'
# Multiversion docs
scv_sort = ('semver',)
scv_show_banner = True
scv_banner_recent_tag = True
scv_banner_greatest_tag = True
scv_priority = 'branches'
scv_whitelist_branches = ('master', '^stable/(2\.1|2\.2|[3-9]\.)')
scv_whitelist_tags = ("^[2-9]\.",)