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:
parent
c7d87795f0
commit
b5bf00b6e0
|
@ -188,6 +188,7 @@ else:
|
|||
html_context = {
|
||||
'current_version': current_version,
|
||||
'versions': ( ("latest", "/latest/"),
|
||||
("0.2", "/0.2/"),
|
||||
("0.1", "/0.1/"),
|
||||
)
|
||||
}
|
||||
|
|
|
@ -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/.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue