Skip to content

Commit 0538ef8

Browse files
authored
Merge pull request #1189 from dhruvatr/patch-2
docs: update Creative Commons license link to HTTPS
2 parents e1b05dd + 8d3be7e commit 0538ef8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848

4949
# General information about the project.
5050
current_year = datetime.datetime.now().year
51-
project = u'pythonguide'
51+
project = 'pythonguide'
5252
copyright = (u'2011-{} <a href="https://www.kennethreitz.org/projects">Kenneth Reitz</a>'
5353
' &amp; <a href="https://realpython.com">Real Python</a>.'
54-
' <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>').format(current_year)
54+
' <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>').format(current_year)
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the
@@ -203,7 +203,7 @@
203203
# (source start file, target name, title, author, documentclass [howto/manual]).
204204
latex_documents = [
205205
('index', 'pythonguide.tex', u'Python Guide Documentation',
206-
u'Kenneth Reitz', 'manual'),
206+
[u'Kenneth Reitz'], 1)
207207
]
208208

209209
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)