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

View File

@ -27,7 +27,7 @@ use Git clone and checkout commands:
The project's online technical documentation is also tagged to correspond
with a specific release: generated v0.2 documents can be found at
https://projectacrn.github.io/v0.2/. Documentation for the latest
https://projectacrn.github.io/0.2/. Documentation for the latest
(master) branch is found at https://projectacrn.github.io/latest/.