summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-04-16 09:56:12 -0500
committerSol Jerome <sol.jerome@gmail.com>2012-04-16 09:56:12 -0500
commitbf591506a10374619b26565a6fdd0bfbadd3f825 (patch)
treef7a4db2f4507caec26d27c647eb8a286ef0c95d2 /doc/conf.py
parent6539c5e525cad6e892d2153a652a9bc92d9e5c67 (diff)
downloadbcfg2-bf591506a10374619b26565a6fdd0bfbadd3f825.tar.gz
bcfg2-bf591506a10374619b26565a6fdd0bfbadd3f825.tar.bz2
bcfg2-bf591506a10374619b26565a6fdd0bfbadd3f825.zip
doc: Add links to other versions of the docs
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py4
1 files changed, 3 insertions, 1 deletions
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.