Skip to content

Commit

Permalink
doc: add 0.4 to doc version menu
Browse files Browse the repository at this point in the history
With the 0.4 release, we can now add the 0.4 doc version menu option

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder committed Dec 12, 2018
1 parent 2ef0645 commit 405d133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Expand Up @@ -189,6 +189,7 @@
html_context = {
'current_version': current_version,
'versions': ( ("latest", "/latest/"),
("0.4", "/0.4/"),
("0.3", "/0.3/"),
("0.2", "/0.2/"),
("0.1", "/0.1/"),
Expand Down

0 comments on commit 405d133

Please sign in to comment.