bpo-34293: fix DOC Makefile regarding PAPER envvar#8585
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. |
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 <jfbu@free.fr>
|
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 <jfbu@free.fr>
|
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 <jfbu@free.fr>
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 <jfbu@free.fr>
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