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 04:02:14 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-29 04:11:14 +0300
commit8dc095e7c149dad42cd3d8badeff5896ee566cad (patch)
treefdd4b5a39457c2cc5104e1d56a463d8f54a5463e /CHANGES
parenta7462d57b414c6f75b1a456c1367cf90caa56df1 (diff)
Fix autodoc: Remove debug print
A message is shown on building document using NewTypes with Python 3.10.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9547c4bad..2b93addbc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,8 @@ Bugs fixed
----------
* #9866: autodoc: doccoment for the imported class was ignored
+* 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