[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/conf.py
	Adapt to new sphinx version.
    Uli Fouquet 
    uli at gnufix.de
       
    Sun Feb 24 10:18:29 EST 2008
    
    
  
Log message for revision 84213:
  Adapt to new sphinx version.
Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/conf.py
-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/conf.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/conf.py	2008-02-24 11:03:21 UTC (rev 84212)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/conf.py	2008-02-24 15:18:28 UTC (rev 84213)
@@ -105,7 +105,20 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'Grokdoc'
 
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
 
+# The style sheet to use for HTML and HTML Help pages. A file of that name
+# must exist either in Sphinx' static/ path, or in one of the custom paths
+# given in html_static_path.
+html_style = 'grok.css'
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['.static']
+
+
 # Options for LaTeX output
 # ------------------------
 
    
    
More information about the Checkins
mailing list