commit | 99df5e837334b62c29c979bb0806f525778a4f3e | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Mon Sep 09 23:11:23 2019 +0100 |
committer | GitHub <noreply@github.com> | Mon Sep 09 23:11:23 2019 +0100 |
tree | 1a49ca41c2c01047a14989e75495d681cfd8cdb5 | |
parent | c1c04cbc24c11cd7a47579af3faffee05a16acd7 [diff] |
[3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) 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 b5381f669718aa19690f42f3b8bd88f03045b9d2) Authored-by: Jean-François B <jfbu@free.fr>