From 74b841aa08a8d6126ba69be1a0d3cacf9ac7ce85 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 9 Apr 2019 13:54:47 -0700 Subject: [PATCH] doc: add 0.8 version to master branch When 0.8 documents are published, we create a link to them from the master branch where the /latest version of documentation is found. Signed-off-by: David B. Kinder --- doc/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 7c44cfb35..65e7719e8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -189,13 +189,10 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("0.8", "/0.8/"), ("0.7", "/0.7/"), ("0.6", "/0.6/"), ("0.5", "/0.5/"), - ("0.4", "/0.4/"), - ("0.3", "/0.3/"), - ("0.2", "/0.2/"), - ("0.1", "/0.1/"), ) }