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-12-11 04:59:23 +0300
committerGitHub <noreply@github.com>2021-12-11 04:59:23 +0300
commitd3162d1ff2e24f4d190ed3ba5bc76d72c781f791 (patch)
tree4152eba4ec90f434583dcf25cfb1e8ca23f269fb /CHANGES
parentb5ee2d09fcfe005b483a18b8d15623c4e7861606 (diff)
parentc71ff1cd21ce796f871adef54e8a53c0eaa9e53a (diff)
Merge pull request #9931 from tk0miya/9075_autodoc_unqualified_typehints
Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 78a3b7d32..224ec56ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@ Deprecated
Features added
--------------
+* #9075: autodoc: Add a config variable :confval:`autodoc_unqualified_typehints`
+ to suppress the leading module names of typehints of function signatures (ex.
+ ``io.StringIO`` -> ``StringIO``)
* #9831: Autosummary now documents only the members specified in a module's
``__all__`` attribute if :confval:`autosummary_ignore_module_all` is set to
``False``. The default behaviour is unchanged. Autogen also now supports