doc: conf: Add 2.3.0 version selector

Add the 2.3.0 release to the version selector for the documentation.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2020-06-05 20:47:08 +02:00 committed by Carles Cufí
parent 40b02ee891
commit 964da1ca6c
1 changed files with 1 additions and 0 deletions

View File

@ -539,6 +539,7 @@ html_context = {
'theme_logo_only': False,
'current_version': version,
'versions': (("latest", "/"),
("2.3.0", "/2.3.0/"),
("2.2.0", "/2.2.0/"),
("2.1.0", "/2.1.0/"),
("2.0.0", "/2.0.0/"),