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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-04-09 13:54:47 -07:00 committed by David Kinder
parent 74b5de3f86
commit 74b841aa08
1 changed files with 1 additions and 4 deletions

View File

@ -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/"),
)
}