From a00b6a31c14cdeb8adb1ad9ee7a674a4f1878607 Mon Sep 17 00:00:00 2001 From: azzamsa Date: Fri, 11 Oct 2019 07:36:27 +0700 Subject: [PATCH] Fix broken link to Kenneth Reitz homepage --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)