doc: add 2.7.0 release to versions list

Add 2.7.0 to the version list so that a link to it is created on the
documentation drop-down list.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-10-19 17:21:38 +02:00 committed by Christopher Friedt
commit 9130455677

View file

@ -140,6 +140,7 @@ html_context = {
"current_version": version,
"versions": (
("latest", "/"),
("2.7.0", "/2.7.0/"),
("2.6.0", "/2.6.0/"),
("2.5.0", "/2.5.0/"),
("2.4.0", "/2.4.0/"),