Fixed recommended CR changes
Refactoring Doc, moving format doc below format_string, this is to make sure people have lesser probability of using format in future. Also using _format method inside locale module, since we know there is only one format function that is _format
changed the title bpo-10379: deprecate locale.format in lue of locale.format_stringbpo-10379: deprecate locale.format in lieu of locale.format_string
added a commit to akruis/cpython that referenced this pull request
Update the Stackless patches for readthedocs.org based on the documentation. This simplified configuration is still untested.
added a commit to akruis/cpython that referenced this pull request
Well, the previous commit didn't build on readthedocs.org. - Rename .readthedocs.yml to .readthedocs.yaml See
https://docs.readthedocs.io/en/stable/config-file/index.html
- Add a requirements file Doc/slp_readthedocs_requirements.txt and require the same packages as specified in Makefile. Already set the Sphinx version to 2.0.1, because upstream commit
added a commit to akruis/cpython that referenced this pull request
Set the css-file to "pydoctheme.css".
added a commit to akruis/cpython that referenced this pull request
Remove the explicit specification of the css-file for readthedocs.org. It is not needed any more. Closed