Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTTPS for intersphinx mappings #5521

Merged
merged 1 commit into from
Mar 22, 2019

Conversation

davidjb
Copy link
Contributor

@davidjb davidjb commented Mar 22, 2019

This avoids the insecure initial load of port 80 (http://) just to get redirected to https. This also speeds up the builds of the docs by a tiny fraction.

Copy link
Member

@stsewd stsewd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stsewd stsewd merged commit 9e853e9 into readthedocs:master Mar 22, 2019
'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),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be 1.11.x which is the version that we are using.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to change it as part of this PR, I was just fixing the URL scheme. Just let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants