From 58fc6eeec90d02acd69b14073dbcfc570e4b59d2 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 1 Apr 2020 18:07:58 -0700 Subject: [PATCH] doc: add 1.6 to doc version menu Update doc version choice selector with the 1.6 release 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 5f74e2e28..1a5495764 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -186,6 +186,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("1.6", "/1.6/"), ("1.5", "/1.5/"), ("1.4", "/1.4/"), ("1.3", "/1.3/"),