Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-04-19 13:06:41 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-04-19 13:09:02 (GMT)
commit68e4ebdb9e44228d88449a57442ad0b6f96039f9 (patch)
tree3922a4ed48c7347ab6da0ade0208391bf69e30bf
parent01112cfb1c0cc756f5cc3bf5c1032c8f80f149aa (diff)
Customize sidebar
Remove the search because is not working, remove the link to the rst file, and remove the empty general index. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/conf.py b/source/conf.py
index b8fb85f..1e5bfe8 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -131,23 +131,23 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {'**':['localtoc.html']}
# Additional templates that should be rendered to pages, maps page names to
# template names.
#html_additional_pages = {}
# If false, no module index is generated.
-#html_domain_indices = True
+html_domain_indices = False
# If false, no index is generated.
-#html_use_index = True
+html_use_index = False
# If true, the index is split into individual pages for each letter.
#html_split_index = False
# If true, links to the reST sources are added to the pages.
-#html_show_sourcelink = True
+html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#html_show_sphinx = True