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>2022-01-30 19:38:12 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-30 19:51:37 +0300
commitb0b51cecc27be0ead1b9fb46a7d5bd17d36fef8a (patch)
tree16e5d43467162bd082137757a668df20b89cd568 /CHANGES
parent799385f5558a888d1a143bf703d06b66d6717fe4 (diff)
Close #10146: autodoc: autodoc_default_options does not support `no-value` option
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a1b2479a3..44faffea9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,8 @@ Bugs fixed
----------
* #10133: autodoc: Crashed when mocked module is used for type annotation
+* #10146: autodoc: :confval:`autodoc_default_options` does not support
+ ``no-value`` option
* #10122: sphinx-build: make.bat does not check the installation of sphinx-build
command before showing help