-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-34293: fix DOC Makefile regarding PAPER envvar #8585
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
Conversation
The problem fixed here shows when accessing https://docs.python.org/3/download.html today (July 31, 2018) and downloading https://docs.python.org/3/archives/python-3.7.0-docs-pdf-a4.zip. Opening the PDF files in a PDF viewer, one confirms they are for letter, not A4 paper size. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
de3d35c
to
06e6376
Compare
Thank you for the patch, sorry it took so long to get it merged! |
Sorry, @jfbu and @zware, I could not cleanly backport this to |
Sorry @jfbu and @zware, I had trouble checking out the |
The "A4" pdfs were previously the wrong size due to a change in the options in Sphinx 1.5. See also sphinx-doc/sphinxGH-5235 (cherry picked from commit b5381f6) Co-authored-by: Jean-François B <[email protected]>
GH-15816 is a backport of this pull request to the 3.8 branch. |
The "A4" pdfs were previously the wrong size due to a change in the options in Sphinx 1.5. See also sphinx-doc/sphinxGH-5235. (cherry picked from commit b5381f6) Co-authored-by: Jean-François B <[email protected]>
GH-15817 is a backport of this pull request to the 3.7 branch. |
The "A4" pdfs were previously the wrong size due to a change in the options in Sphinx 1.5. See also sphinx-doc/sphinxGH-5235 (cherry picked from commit b5381f6) Authored-by: Jean-François B <[email protected]>
The "A4" pdfs were previously the wrong size due to a change in the options in Sphinx 1.5. See also sphinx-doc/sphinxGH-5235. (cherry picked from commit b5381f6) Authored-by: Jean-François B <[email protected]>
The "A4" pdfs were previously the wrong size due to a change in the options in Sphinx 1.5. See also sphinx-doc/sphinx#5235
The fix is modeled on sphinx-doc/sphinx#5235
https://bugs.python.org/issue34293