Doc: Add v1.5 release menu choice.

Signed-off-by: Deb Taylor <deb.taylor@intel.com>
This commit is contained in:
Deb Taylor 2019-12-21 10:40:13 -05:00 committed by wenlingz
parent 6fc8aa2151
commit 55975688ad

View File

@ -186,6 +186,7 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("1.5", "/1.5/"),
("1.4", "/1.4/"),
("1.3", "/1.3/"),
("1.2", "/1.2/"),