[Checkins] SVN: Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py Add new options to conf.py.

Uli Fouquet uli at gnufix.de
Sun Feb 24 12:19:26 EST 2008


Log message for revision 84221:
  Add new options to conf.py.

Changed:
  U   Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py

-=-
Modified: Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py
===================================================================
--- Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py	2008-02-24 17:19:03 UTC (rev 84220)
+++ Sandbox/ulif/grok-reference-with-rest3/doc/reference/conf.py	2008-02-24 17:19:25 UTC (rev 84221)
@@ -105,7 +105,17 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'Grok Referencedoc'
 
+# 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 = 'default.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 = [path.join(path.abspath(curdir), '.static')]
+
+
 # Options for LaTeX output
 # ------------------------
 



More information about the Checkins mailing list