Author: cito
Date: Sun Feb  7 07:29:50 2016
New Revision: 832

Log:
Minor fixes in the docs configuration

Modified:
   branches/4.x/docs/conf.py
   trunk/docs/conf.py

Modified: branches/4.x/docs/conf.py
==============================================================================
--- branches/4.x/docs/conf.py   Sat Feb  6 17:14:05 2016        (r831)
+++ branches/4.x/docs/conf.py   Sun Feb  7 07:29:50 2016        (r832)
@@ -56,11 +56,11 @@
 #source_encoding = 'utf-8-sig'
 
 # The master toctree document.
-master_doc = 'index' if use_cloud_theme else 'toc'
+master_doc = 'index'
 
 # General information about the project.
 project = u'PyGreSQL'
-author = u'The PyGreSQL Team'
+author = u'The PyGreSQL team'
 copyright = u'2016, ' + author
 
 # The version info for the project you're documenting, acts as replacement for

Modified: trunk/docs/conf.py
==============================================================================
--- trunk/docs/conf.py  Sat Feb  6 17:14:05 2016        (r831)
+++ trunk/docs/conf.py  Sun Feb  7 07:29:50 2016        (r832)
@@ -133,7 +133,13 @@
 # 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 = {'defaultcollapsed': True} if use_cloud_theme else {}
+if use_cloud_theme:
+    html_theme_options = {
+        'roottarget': 'contents/index',
+        'defaultcollapsed': True,
+        'shaded_decor': True}
+else:
+    html_theme_options = {}
 
 # Add any paths that contain custom themes here, relative to this directory.
 html_theme_path = ['_themes']
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to