Use sphinx.plonetheme for plone.app.discussion documentation.

svn path=/plone.app.discussion/trunk/; revision=37374
This commit is contained in:
Timo Stollenwerk 2010-06-21 10:04:11 +00:00
parent f1444f695b
commit a8ccdc7b02
2 changed files with 9 additions and 2 deletions

View File

@ -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]

View File

@ -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
# "<project> v<release> documentation".