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:
parent
2ef06450dc
commit
405d1335c6
|
@ -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/"),
|
||||
|
|
Loading…
Reference in New Issue