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:
David B. Kinder 2020-05-11 08:33:37 -07:00 committed by David Kinder
parent 5ed7f889f1
commit 0b18c9bdb4
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("1.6.1", "/1.6.1/"),
("1.6", "/1.6/"),
("1.6", "/1.6/"),
("1.5", "/1.5/"),
("1.4", "/1.4/"),