Open moreati opened 9 years ago
This brings up several more issues.
First, where did you find the URL with https? We might need to update it.
The canonical URL is: http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/
No projects under the Pylons Project are served over https from their canonical URLs. I'm not sure why that is. I vaguely remember a discussion that it was not worth the effort but it would be necessary in the future. Maybe the future is now?
If the html_theme of pylonsfw
is updated, as well as its base theme pylons
, I would recommend undoing the git submodule dance that this repo currently requires. There is now a separate package, https://github.com/Pylons/pylons-sphinx-themes, with instructions on how to convert a Pylons Project repo that currently uses a git submodule method to using the package. A decision to change would need to come from @bbangert.
Hmm, probably a false alarm
I mistakenly thought Google had sent me to https.
Thanks for the detail.
I consider this to be an issue. I think we should enable HTTPS on all of our docs and static assets used by our themes, then update the links to those external assets to use HTTPS.
The documentation pages at https://pylons-webframework.readthedocs.org/en/latest/index.html are served over https. They include the stylesheet http://static.pylonsproject.org/fonts/neuton/stylesheet.css using an http:// url, not an https:// one.
In Chrome this means the file is not loaded, so that style is not applied. Sorry this isn't a PR, I couldn't find where in
pyramids/docs/en
the stylesheet is specified.