We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f42a75 + 08e0284 commit 9e853e9Copy full SHA for 9e853e9
docs/conf.py
@@ -53,9 +53,9 @@ def get_version():
53
exclude_patterns = ['_build']
54
default_role = 'obj'
55
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),
+ '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),
59
}
60
htmlhelp_basename = 'ReadTheDocsdoc'
61
latex_documents = [
0 commit comments