doc: add 1.6.1 docs version menu choice
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
5ed7f889f1
commit
0b18c9bdb4
|
@ -189,6 +189,8 @@ else:
|
||||||
html_context = {
|
html_context = {
|
||||||
'current_version': current_version,
|
'current_version': current_version,
|
||||||
'versions': ( ("latest", "/latest/"),
|
'versions': ( ("latest", "/latest/"),
|
||||||
|
("1.6.1", "/1.6.1/"),
|
||||||
|
("1.6", "/1.6/"),
|
||||||
("1.6", "/1.6/"),
|
("1.6", "/1.6/"),
|
||||||
("1.5", "/1.5/"),
|
("1.5", "/1.5/"),
|
||||||
("1.4", "/1.4/"),
|
("1.4", "/1.4/"),
|
||||||
|
|
Loading…
Reference in New Issue