From bf591506a10374619b26565a6fdd0bfbadd3f825 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 16 Apr 2012 09:56:12 -0500 Subject: doc: Add links to other versions of the docs Signed-off-by: Sol Jerome --- doc/_templates/indexsidebar.html | 11 +++++++++++ doc/conf.py | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 doc/_templates/indexsidebar.html diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html new file mode 100644 index 000000000..50ae05b46 --- /dev/null +++ b/doc/_templates/indexsidebar.html @@ -0,0 +1,11 @@ + + +

Docs for other versions

+ diff --git a/doc/conf.py b/doc/conf.py index 2d5be4e9e..5903b009a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -141,7 +141,9 @@ html_last_updated_fmt = '%b %d, %Y' #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = { + 'index': 'indexsidebar.html' +} # Additional templates that should be rendered to pages, maps page names to # template names. -- cgit v1.2.3-1-g7c22