summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJean-François B <jfbu@free.fr>2019-09-09 21:52:03 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2019-09-09 21:52:03 (GMT)
commitb5381f669718aa19690f42f3b8bd88f03045b9d2 (patch)
treed2fe501bf141e17c68ba1f7e80f5637402688a72 /Misc
parent55d12ce8b8d397dd4e376bb0d1c27b3cced0ef50 (diff)
downloadcpython-b5381f669718aa19690f42f3b8bd88f03045b9d2.zip
cpython-b5381f669718aa19690f42f3b8bd88f03045b9d2.tar.gz
cpython-b5381f669718aa19690f42f3b8bd88f03045b9d2.tar.bz2
bpo-34293: Fix PDF documentation paper size (GH-8585)
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
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2018-07-31-15-38-26.bpo-34293.yHupAL.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-07-31-15-38-26.bpo-34293.yHupAL.rst b/Misc/NEWS.d/next/Documentation/2018-07-31-15-38-26.bpo-34293.yHupAL.rst
new file mode 100644
index 0000000..912a3ad
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-07-31-15-38-26.bpo-34293.yHupAL.rst
@@ -0,0 +1 @@
+Fix the Doc/Makefile regarding PAPER environment variable and PDF builds