Skip to content

Commit 13bf0ae

Browse files
committed
Update conf.py
1 parent abab81d commit 13bf0ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

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

4747
# General information about the project.
4848
project = u'pythonguide'
49-
copyright = u'2016. A <a href="proxy.php?url=http%3A%2F%2Fkennethreitz.com%2Fpages%2Fopen-projects.html">Kenneth Reitz</a> Project. <a href="proxy.php?url=http%3A%2F%2Fcreativecommons.org%2Flicenses%2Fby-nc-sa%2F3.0%2F">Creative Commons</a>'
49+
copyright = u'2016. A <a href="proxy.php?url=http%3A%2F%2Fkennethreitz.com%2Fpages%2Fopen-projects.html">Kenneth Reitz</a> Project. <a href="proxy.php?url=http%3A%2F%2Fcreativecommons.org%2Flicenses%2Fby-nc-sa%2F3.0%2F">CC BY-NC-SA 3.0</a>'
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the
@@ -234,7 +234,7 @@
234234
epub_title = u'pythonguide'
235235
epub_author = u'Kenneth Reitz'
236236
epub_publisher = u'Kenneth Reitz'
237-
epub_copyright = u'2014, Kenneth Reitz'
237+
epub_copyright = u'2016, Kenneth Reitz'
238238

239239
# The language of the text. It defaults to the language option
240240
# or en if the language is not set.

0 commit comments

Comments
 (0)