From f0fef96906d80d89e290a780767a92ba85977733 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Wed, 7 Jul 2021 02:07:16 +0900 Subject: [PATCH] Update CHANGES for PR #9320 --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 8ca9310ac1f..f06f9bc0ac8 100644 --- a/CHANGES +++ b/CHANGES @@ -95,6 +95,7 @@ Bugs fixed * #9306: Linkcheck reports broken link when remote server closes the connection on HEAD request * #9280: py domain: "exceptions" module is not displayed +* #9319: quickstart: Make sphinx-quickstart exit when conf.py already exists * #9387: xml: XML Builder ignores custom visitors * #9224: ``:param:`` and ``:type:`` fields does not support a type containing whitespace (ex. ``Dict[str, str]``)