doc: add 0.4 to doc version menu

With the 0.4 release, we can now add the 0.4 doc version menu option

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-12-11 20:38:13 -08:00 committed by David Kinder
parent 2ef06450dc
commit 405d1335c6
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("0.4", "/0.4/"),
("0.3", "/0.3/"),
("0.2", "/0.2/"),
("0.1", "/0.1/"),