sphinx/doc/extdev
Takeshi KOMIYA 6d05b1aeb3 Fix #8105: autodoc: the signature of decorated class is incorrect
In #7651, autodoc stops to undecorate the functions on getting the
signature from the callables.  But some kinds of decorators conceals
the correct signature because they pass through their arguments via
`(*args, **kwargs)`.

This restarts to undecorate the functions again as before #7651.
2020-11-05 01:57:40 +09:00
..
appapi.rst Fix #6914: Emit a detailed warning when failed to resolve :ref: 2020-11-03 02:27:43 +09:00
builderapi.rst Make EventManager portable 2019-04-16 14:06:36 +09:00
collectorapi.rst Update docs for collectors API 2017-01-28 20:44:40 +09:00
deprecated.rst Fix #8105: autodoc: the signature of decorated class is incorrect 2020-11-05 01:57:40 +09:00
domainapi.rst Doc: move API docs in their own chapter and add more of it. 2014-01-20 17:21:44 +01:00
envapi.rst Make EventManager portable 2019-04-16 14:06:36 +09:00
i18n.rst doc: Fix indentation 2020-04-11 15:44:07 +09:00
index.rst several documentation improvements to theming, templating, and extension development 2020-07-29 10:38:18 +01:00
logging.rst doclinter: restrict by 90 columns 2019-05-26 10:53:53 +09:00
markupapi.rst doclinter: restrict by 90 columns 2019-05-26 10:53:53 +09:00
nodes.rst Drop deprecated termsep node 2017-01-05 13:44:04 +09:00
parserapi.rst DOC: Fix typo: add_source_parsers() -> add_source_parser() 2018-07-17 10:00:05 +02:00
projectapi.rst Add sphinx.project; a manipulator for project and documents 2018-10-16 10:34:58 +09:00
utils.rst Make EventManager portable 2019-04-16 14:06:36 +09:00