From a8ccdc7b0272969655a39610f081339d4a176a2d Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Mon, 21 Jun 2010 10:04:11 +0000 Subject: [PATCH] Use sphinx.plonetheme for plone.app.discussion documentation. svn path=/plone.app.discussion/trunk/; revision=37374 --- CHANGES.txt | 7 +++++++ docs/source/conf.py | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 562f17c..f301590 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,13 @@ Changelog 1.0b5 (unreleased) ------------------ +* Documentation for Captcha plugin architecture and email notification added. + See http://packages.python.org/plone.app.discussion. + [timo] + +* Use sphinx.plonetheme for plone.app.discussion documentation. + [timo] + * Avoid deprecation warning for the Globals package. [hannosch] diff --git a/docs/source/conf.py b/docs/source/conf.py index 32fe914..1786f86 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -92,7 +92,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'default' +html_theme = 'plone' # 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 @@ -100,7 +100,7 @@ html_theme = 'default' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = ['_themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation".