comparison 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
comparison
equal deleted inserted replaced
4673:0cd20c8b304d 4674:433ddb5466e9
21 # General configuration 21 # General configuration
22 # --------------------- 22 # ---------------------
23 23
24 # Add any Sphinx extension module names here, as strings. They can be extensions 24 # Add any Sphinx extension module names here, as strings. They can be extensions
25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. 25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26 #extensions = ['toctree'] 26 extensions = ['sphinxcontrib.cheeseshop']
27 27
28 # Add any paths that contain templates here, relative to this directory. 28 # Add any paths that contain templates here, relative to this directory.
29 templates_path = ['_templates'] 29 templates_path = ['_templates']
30 30
31 # The suffix of source filenames. 31 # The suffix of source filenames.
37 # The master toctree document. 37 # The master toctree document.
38 master_doc = 'contents' 38 master_doc = 'contents'
39 39
40 # General information about the project. 40 # General information about the project.
41 project = u'Roundup' 41 project = u'Roundup'
42 copyright = u'2009, Richard Jones' 42 copyright = u'2012, Richard Jones, Roundup-Team'
43 43
44 # The version info for the project you're documenting, acts as replacement for 44 # The version info for the project you're documenting, acts as replacement for
45 # |version| and |release|, also used in various other places throughout the 45 # |version| and |release|, also used in various other places throughout the
46 # built documents. 46 # built documents.
47 # 47 #

Roundup Issue Tracker: http://roundup-tracker.org/