Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-29 20:03:28 +0300
committerGitHub <noreply@github.com>2021-11-29 20:03:28 +0300
commite188d38e9dc39842c9575b140d880c2793d399e5 (patch)
tree48f2365f565f441deca4933c5f16e53f33531572 /CHANGES
parenta3edc982c1411d91caa060acd22a5b03f957f912 (diff)
parentc115eb5ea76fba4490e946a53b8a428ed82aa3a7 (diff)
Merge pull request #9908 from tk0miya/remove_debug_print
Fix autodoc: Remove debug print
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ce12b924..0a465a5f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,8 @@ Bugs fixed
* #9866: autodoc: doccomment for the imported class was ignored
* #9883: autodoc: doccomment for the alias to mocked object was ignored
+* #9908: autodoc: debug message is shown on building document using NewTypes
+ with Python 3.10
* #9878: mathjax: MathJax configuration is placed after loading MathJax itself
* #9857: Generated RFC links use outdated base url