doc: add 1.6 to doc version menu
Update doc version choice selector with the 1.6 release Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
aa5e978b06
commit
58fc6eeec9
|
@ -186,6 +186,7 @@ else:
|
||||||
html_context = {
|
html_context = {
|
||||||
'current_version': current_version,
|
'current_version': current_version,
|
||||||
'versions': ( ("latest", "/latest/"),
|
'versions': ( ("latest", "/latest/"),
|
||||||
|
("1.6", "/1.6/"),
|
||||||
("1.5", "/1.5/"),
|
("1.5", "/1.5/"),
|
||||||
("1.4", "/1.4/"),
|
("1.4", "/1.4/"),
|
||||||
("1.3", "/1.3/"),
|
("1.3", "/1.3/"),
|
||||||
|
|
Loading…
Reference in New Issue