diff --git a/docs/conf.py b/docs/conf.py index 6277fe4..d732ac2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. current_year = datetime.datetime.now().year project = u'pythonguide' -copyright = (u'2011-{} Kenneth Reitz' +copyright = (u'2011-{} Kenneth Reitz' ' & Real Python.' ' CC BY-NC-SA 3.0').format(current_year)