From 7c168c376f4c410805c920cb92747f8a5cbab9e8 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 9 Dec 2010 11:30:46 +0000 Subject: [PATCH] Use the default Sphinx theme for now since the plone theme currently opens all links in new windows. svn path=/plone.app.discussion/trunk/; revision=46218 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d08e72a..c60c355 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -97,7 +97,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 = 'plone' +#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