Skip to content

Commit 5dd0720

Browse files
committed
Preparing 1.5.1 steps 7/16
7. python setup.py build_doc * Fix WARNING: the config value 'html_add_permalinks' has type `bool', defaults to `unicode.' * Bump year to 2016
1 parent 58bb797 commit 5dd0720

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

COPYING.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Roundup Licensing
22
-----------------
33

4+
Copyright (c) 2009-2016 Roundup-Team
45
Copyright (c) 2003-2009 Richard Jones ([email protected])
56
Copyright (c) 2002 eKit.com Inc (http://www.ekit.com/)
67
Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)

doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# General information about the project.
6363
project = u'Roundup'
64-
copyright = u'2009-2015, Richard Jones, Roundup-Team'
64+
copyright = u'2009-2016, Richard Jones, Roundup-Team'
6565

6666
# The version info for the project you're documenting, acts as replacement for
6767
# |version| and |release|, also used in various other places throughout the
@@ -158,8 +158,6 @@
158158
# template names.
159159
#html_additional_pages = {}
160160

161-
html_add_permalinks = False
162-
163161
# If false, no module index is generated.
164162
#html_use_modindex = True
165163

0 commit comments

Comments
 (0)