Skip to content

Commit

Permalink
Merge pull request #5521 from davidjb/https-intersphinx
Browse files Browse the repository at this point in the history
Use HTTPS for intersphinx mappings
  • Loading branch information
stsewd authored Mar 22, 2019
2 parents 1f42a75 + 08e0284 commit 9e853e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ def get_version():
exclude_patterns = ['_build']
default_role = 'obj'
intersphinx_mapping = {
'python': ('http://python.readthedocs.io/en/latest/', None),
'django': ('http://django.readthedocs.io/en/1.9.x/', None),
'sphinx': ('http://sphinx.readthedocs.io/en/latest/', None),
'python': ('https://python.readthedocs.io/en/latest/', None),
'django': ('https://django.readthedocs.io/en/1.9.x/', None),
'sphinx': ('https://sphinx.readthedocs.io/en/latest/', None),
}
htmlhelp_basename = 'ReadTheDocsdoc'
latex_documents = [
Expand Down

0 comments on commit 9e853e9

Please sign in to comment.