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:
David B. Kinder 2019-09-25 14:02:09 -07:00 committed by deb-intel
parent f489312e67
commit 168d37d12f
1 changed files with 1 additions and 1 deletions

View File

@ -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/"),
)
}