From 12a0553080de2bbd0889b9be2c952c9644d3ad78 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 21 Feb 2019 10:50:27 -0800 Subject: [PATCH] doc: add 0.6 to doc version menu Add the 0.6 version of documentation to the menu list (again) Signed-off-by: David B. Kinder --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index 26413cc4e..1af39cab4 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,6 +189,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("0.6", "/0.6/"), ("0.5", "/0.5/"), ("0.4", "/0.4/"), ("0.3", "/0.3/"),