release: adding 2.0.0 doc link

Add 2.0.0 release to the list and remove
the last release.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-09-06 17:38:24 +02:00
commit 9f7d4bc475

View file

@ -525,11 +525,11 @@ html_context = {
'theme_logo_only': False, 'theme_logo_only': False,
'current_version': version, 'current_version': version,
'versions': ( ("latest", "/"), 'versions': ( ("latest", "/"),
("2.0.0", "/2.0.0/"),
("1.14.0", "/1.14.0/"), ("1.14.0", "/1.14.0/"),
("1.13.0", "/1.13.0/"), ("1.13.0", "/1.13.0/"),
("1.12.0", "/1.12.0/"), ("1.12.0", "/1.12.0/"),
("1.11.0", "/1.11.0/"), ("1.11.0", "/1.11.0/"),
("1.10.0", "/1.10.0/"),
) )
} }