mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Update explanation of autodoc_unqualified_typehints (ref: #9931)
This commit is contained in:
@@ -664,8 +664,8 @@ There are also config values that you can set:
|
||||
|
||||
.. confval:: autodoc_unqualified_typehints
|
||||
|
||||
If True, the leading module names of typehints of function signatures (ex.
|
||||
``io.StringIO`` -> ``StringIO``). Defaults to False.
|
||||
If True, the leading module names of typehints of function signatures are
|
||||
removed (ex. ``io.StringIO`` -> ``StringIO``). Defaults to False.
|
||||
|
||||
.. versionadded:: 4.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user