Skip to content

Commit 9e853e9

Browse files
authored
Merge pull request readthedocs#5521 from davidjb/https-intersphinx
Use HTTPS for intersphinx mappings
2 parents 1f42a75 + 08e0284 commit 9e853e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ def get_version():
5353
exclude_patterns = ['_build']
5454
default_role = 'obj'
5555
intersphinx_mapping = {
56-
'python': ('http://python.readthedocs.io/en/latest/', None),
57-
'django': ('http://django.readthedocs.io/en/1.9.x/', None),
58-
'sphinx': ('http://sphinx.readthedocs.io/en/latest/', None),
56+
'python': ('https://python.readthedocs.io/en/latest/', None),
57+
'django': ('https://django.readthedocs.io/en/1.9.x/', None),
58+
'sphinx': ('https://sphinx.readthedocs.io/en/latest/', None),
5959
}
6060
htmlhelp_basename = 'ReadTheDocsdoc'
6161
latex_documents = [

0 commit comments

Comments
 (0)