Skip to content

Commit a96521f

Browse files
Fixing the download button re-activating the cheeseshop plugin in the sphinx config. Thanks to Richard for the hint.
1 parent 871e186 commit a96521f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Fixed:
5151
- Fix installation documentation (section Prerequisites) to require at
5252
least python 2.5, thanks to John P. Rouillard for discovering this.
5353
(committed by Ralf Schlatterbeck)
54+
- Fixing the download button re-activating the cheeseshop plugin in the
55+
sphinx config. Thanks to Richard for the hint. (Bernhard Reiter)
5456

5557

5658
2012-05-15: 1.4.20

website/www/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# Add any Sphinx extension module names here, as strings. They can be extensions
2525
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
26-
#extensions = ['toctree']
26+
extensions = ['sphinxcontrib.cheeseshop']
2727

2828
# Add any paths that contain templates here, relative to this directory.
2929
templates_path = ['_templates']
@@ -39,7 +39,7 @@
3939

4040
# General information about the project.
4141
project = u'Roundup'
42-
copyright = u'2009, Richard Jones'
42+
copyright = u'2012, Richard Jones, Roundup-Team'
4343

4444
# The version info for the project you're documenting, acts as replacement for
4545
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)