Use sphinx.plonetheme for plone.app.discussion documentation.
svn path=/plone.app.discussion/trunk/; revision=37374
This commit is contained in:
parent
f1444f695b
commit
a8ccdc7b02
@ -4,6 +4,13 @@ Changelog
|
|||||||
1.0b5 (unreleased)
|
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.
|
* Avoid deprecation warning for the Globals package.
|
||||||
[hannosch]
|
[hannosch]
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||||
# Sphinx are currently 'default' and 'sphinxdoc'.
|
# 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
|
# 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
|
# further. For a list of options available for each theme, see the
|
||||||
@ -100,7 +100,7 @@ html_theme = 'default'
|
|||||||
#html_theme_options = {}
|
#html_theme_options = {}
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# 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
|
# The name for this set of Sphinx documents. If None, it defaults to
|
||||||
# "<project> v<release> documentation".
|
# "<project> v<release> documentation".
|
||||||
|
Loading…
Reference in New Issue
Block a user