Mercurial > p > roundup > code
diff doc/conf.py @ 5028:46b7d1ee4fab
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
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Mon, 11 Jan 2016 20:48:44 +0300 |
| parents | 2d83625e1c06 |
| children | 333b01621772 |
line wrap: on
line diff
--- a/doc/conf.py Mon Jan 11 20:33:40 2016 +0300 +++ b/doc/conf.py Mon Jan 11 20:48:44 2016 +0300 @@ -61,7 +61,7 @@ # General information about the project. project = u'Roundup' -copyright = u'2009-2015, Richard Jones, Roundup-Team' +copyright = u'2009-2016, 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 @@ -158,8 +158,6 @@ # template names. #html_additional_pages = {} -html_add_permalinks = False - # If false, no module index is generated. #html_use_modindex = True
