doc: conf: Add 2.4.0 version selector

Adds the 2.4.0 release to the documentation version selector.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2020-09-26 11:38:42 -05:00
parent b211df9d9b
commit 3dc0a7c965
1 changed files with 1 additions and 0 deletions

View File

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