From 2376b3af5c12e7a355ca85ee24953b1cfb4c79aa Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 27 Jun 2019 14:40:54 -0700 Subject: [PATCH] doc: update doc version menu Update the /latest/ (master) version of the docs to provide the menu choice for the v1.1 release. Signed-off-by: David B. Kinder --- doc/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 886c80036..d21a1e40a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,11 +189,10 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("1.1", "/1.1/"), ("1.0", "/1.0/"), ("0.8", "/0.8/"), ("0.7", "/0.7/"), - ("0.6", "/0.6/"), - ("0.5", "/0.5/"), ) }