doc: update doc version menu for v0.2 release

Update conf.py selector list to include version 0.2 documentation (and
fix an URL typo in the release notes).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-09-24 10:58:31 -07:00
committed by David Kinder
parent c7d87795f0
commit b5bf00b6e0
2 changed files with 2 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ else:
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("0.2", "/0.2/"),
("0.1", "/0.1/"),
)
}