[Checkins] SVN: zc.ngi/branches/jim-dev/src/zc/ngi/doc/conf.py checkpoint

Jim Fulton jim at zope.com
Tue Sep 15 06:27:12 EDT 2009


Log message for revision 104028:
  checkpoint

Changed:
  U   zc.ngi/branches/jim-dev/src/zc/ngi/doc/conf.py

-=-
Modified: zc.ngi/branches/jim-dev/src/zc/ngi/doc/conf.py
===================================================================
--- zc.ngi/branches/jim-dev/src/zc/ngi/doc/conf.py	2009-09-15 10:22:12 UTC (rev 104027)
+++ zc.ngi/branches/jim-dev/src/zc/ngi/doc/conf.py	2009-09-15 10:27:12 UTC (rev 104028)
@@ -11,6 +11,11 @@
 # All configuration values have a default; values that are commented out
 # serve to show the default.
 
+# General information about the project.
+project = u'zc.ngi'
+copyright = u'2009, Jim Fulton'
+version = '1.1'
+
 import sys, os
 
 # If extensions (or modules to document with autodoc) are in another directory,
@@ -36,18 +41,14 @@
 # The master toctree document.
 master_doc = 'contents'
 
-# General information about the project.
-project = u'zc.ngi'
-copyright = u'2009, Jim Fulton'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '1.1'
 # The full version, including alpha/beta/rc tags.
-release = '1.1'
+release = version
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -96,7 +97,9 @@
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-#html_theme_options = {}
+html_theme_options = dict(
+    stickysidebar = True,
+    )
 
 # Add any paths that contain custom themes here, relative to this directory.
 #html_theme_path = []



More information about the checkins mailing list