From aab9731ccff58fdff61d83963daebc5ac4b0a789 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Mon, 8 Jun 2026 19:07:21 +0530 Subject: [PATCH 1/2] docs: update Creative Commons license link to HTTPS --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d732ac29f..9b24d3671 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,10 +48,10 @@ # General information about the project. current_year = datetime.datetime.now().year -project = u'pythonguide' +project = 'pythonguide' copyright = (u'2011-{} Kenneth Reitz' ' & Real Python.' - ' CC BY-NC-SA 3.0').format(current_year) + ' CC BY-NC-SA 3.0').format(current_year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -203,7 +203,7 @@ # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'pythonguide.tex', u'Python Guide Documentation', - u'Kenneth Reitz', 'manual'), + [u'Kenneth Reitz'], 1) ] # The name of an image file (relative to this directory) to place at the top of From 30c2c97a6a0db03249ae983fc345990f516fea65 Mon Sep 17 00:00:00 2001 From: Dhruva Kumar Date: Mon, 27 Jul 2026 11:03:26 +0530 Subject: [PATCH 2/2] Updated the Creative Commons contact URL from HTTP to HTTPS in the license text. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a632f3e73..a50eacf98 100644 --- a/LICENSE +++ b/LICENSE @@ -357,4 +357,4 @@ Creative Commons Notice available upon request from time to time. For the avoidance of doubt, this trademark restriction does not form part of this License. - Creative Commons may be contacted at http://creativecommons.org/. + Creative Commons may be contacted at https://creativecommons.org/.