From b5bf00b6e03156ea3feeed589d15adcfbc45c7be Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 24 Sep 2018 10:58:31 -0700 Subject: [PATCH] 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 --- doc/conf.py | 1 + doc/release_notes_0.2.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 36fa0499c..e489fc722 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -188,6 +188,7 @@ else: html_context = { 'current_version': current_version, 'versions': ( ("latest", "/latest/"), + ("0.2", "/0.2/"), ("0.1", "/0.1/"), ) } diff --git a/doc/release_notes_0.2.rst b/doc/release_notes_0.2.rst index 4d15254b6..a3d059f0c 100644 --- a/doc/release_notes_0.2.rst +++ b/doc/release_notes_0.2.rst @@ -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/.