From e47f55d172546e50cb24b7e59946881439a46bdc Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 24 Jun 2022 08:57:12 +0100 Subject: [PATCH] Update CHANGES for sphinx-doc#10571 --- CHANGES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index fad26e5362..2b5e26c33e 100644 --- a/CHANGES +++ b/CHANGES @@ -20,6 +20,8 @@ Features added directives through a new ``option_emphasise_placeholders`` configuration option. * #10439: std domain: Use the repr of some variables when displaying warnings, making whitespace issues easier to identify. +* #10571: Reduce content in the ``sphinx-quickstart`` ``conf.py`` file. Patch by + Pradyun Gedam. Bugs fixed ---------- @@ -291,7 +293,7 @@ Bugs fixed * #9924: LaTeX: multi-line :rst:dir:`cpp:function` directive has big vertical spacing in Latexpdf * #10158: LaTeX: excessive whitespace since v4.4.0 for undocumented - variables/structure members + variables/structure members * #10175: LaTeX: named footnote reference is linked to an incorrect footnote if the name is also used in the different document * #10269: manpage: Failed to resolve the title of :ref: cross references @@ -1164,7 +1166,7 @@ Bugs fixed inside function type signatures * #8780: LaTeX: long words in narrow columns may not be hyphenated * #8788: LaTeX: ``\titleformat`` last argument in sphinx.sty should be - bracketed, not braced (and is anyhow not needed) + bracketed, not braced (and is anyhow not needed) * #8849: LaTex: code-block printed out of margin (see the opt-in LaTeX syntax boolean :ref:`verbatimforcewraps ` for use via the :ref:`'sphinxsetup' ` key of ``latex_elements``)