doc: add 1.3 to version menu
Update the version menu to include the 1.3 docs (and remove the 0.8) Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
f489312e67
commit
168d37d12f
|
@ -189,10 +189,10 @@ else:
|
|||
html_context = {
|
||||
'current_version': current_version,
|
||||
'versions': ( ("latest", "/latest/"),
|
||||
("1.3", "/1.3/"),
|
||||
("1.2", "/1.2/"),
|
||||
("1.1", "/1.1/"),
|
||||
("1.0", "/1.0/"),
|
||||
("0.8", "/0.8/"),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue