Author: darcy
Date: Tue Jan  1 10:35:15 2013
New Revision: 469

Log:
New Sphinx documentation.
Note - not finished yet.  Committed to allow others to work on it.

Deleted:
   trunk/docs/_build/
Modified:
   trunk/docs/   (props changed)
   trunk/docs/Makefile
   trunk/docs/changelog.rst
   trunk/docs/conf.py

Modified: trunk/docs/Makefile
==============================================================================
--- trunk/docs/Makefile Sun Dec  2 11:43:38 2012        (r468)
+++ trunk/docs/Makefile Tue Jan  1 10:35:15 2013        (r469)
@@ -2,7 +2,7 @@
 #
 
 # You can set these variables from the command line.
-SPHINXOPTS    =
+SPHINXOPTS    = -aE
 SPHINXBUILD   = sphinx-build
 PAPER         =
 BUILDDIR      = _build

Modified: trunk/docs/changelog.rst
==============================================================================
--- trunk/docs/changelog.rst    Sun Dec  2 11:43:38 2012        (r468)
+++ trunk/docs/changelog.rst    Tue Jan  1 10:35:15 2013        (r469)
@@ -2,7 +2,7 @@
 =========
 
 Version 4.1 (2012-12-01)
------------
+------------------------
 - Dropped support for Python below 2.5 and PostgreSQL below 8.3.
 - Support the new PostgreSQL versions 9.0 and 9.1.
 - Particularly, support PQescapeLiteral() and PQescapeIdentifier().

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Sun Dec  2 11:43:38 2012        (r468)
+++ trunk/docs/conf.py  Tue Jan  1 10:35:15 2013        (r469)
@@ -13,6 +13,9 @@
 
 import sys, os
 
+# import Cloud
+import cloud_sptheme as csp
+
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -91,15 +94,15 @@
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
-html_theme = 'default'
+html_theme = 'cloud'
 
 # 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 = { "defaultcollapsed": True, }
 
 # Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = [csp.get_theme_dir()]
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to