[mapserver-commits] r10175 - branches/branch-5-6/docs

svn at osgeo.org svn at osgeo.org
Wed May 26 11:59:04 EDT 2010


Author: hobu
Date: 2010-05-26 11:59:02 -0400 (Wed, 26 May 2010)
New Revision: 10175

Modified:
   branches/branch-5-6/docs/conf.py
Log:
use our custom sidebar for the main index page (sphinx 1.0+)

Modified: branches/branch-5-6/docs/conf.py
===================================================================
--- branches/branch-5-6/docs/conf.py	2010-05-25 21:01:45 UTC (rev 10174)
+++ branches/branch-5-6/docs/conf.py	2010-05-26 15:59:02 UTC (rev 10175)
@@ -32,7 +32,7 @@
 source_suffix = '.txt'
 
 # The encoding of source files.
-#source_encoding = 'utf-8'
+source_encoding = 'utf-8'
 
 # The master toctree document.
 master_doc = 'documentation'
@@ -125,8 +125,9 @@
 html_use_smartypants = True
 
 # Custom sidebar templates, maps document names to template names.
-html_sidebars = {"index":"indexsidebar.html"}
-
+html_sidebars = {
+    '**': ['globaltoc.html', 'sourcelink.html', 'searchbox.html'],
+"index":["indexsidebar.html",'searchbox.html']}
 # Additional templates that should be rendered to pages, maps page names to
 # template names.
 #html_additional_pages = {"index":'index.html'}



More information about the mapserver-commits mailing list