Mercurial > p > roundup > code
diff website/www/conf.py @ 4674:433ddb5466e9
Fixing the download button re-activating the cheeseshop plugin in the sphinx config. Thanks to Richard for the hint.
| author | Bernhard Reiter <bernhard@intevation.de> |
|---|---|
| date | Thu, 22 Nov 2012 21:17:27 +0100 |
| parents | e4950073153f |
| children | 276bcbd1f4e4 |
line wrap: on
line diff
--- a/website/www/conf.py Sat Nov 17 10:49:27 2012 +0100 +++ b/website/www/conf.py Thu Nov 22 21:17:27 2012 +0100 @@ -23,7 +23,7 @@ # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -#extensions = ['toctree'] +extensions = ['sphinxcontrib.cheeseshop'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -39,7 +39,7 @@ # General information about the project. project = u'Roundup' -copyright = u'2009, Richard Jones' +copyright = u'2012, Richard Jones, Roundup-Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the
