mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add general docstring processing support with a new event in autodoc.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -67,6 +67,10 @@ New features added
|
||||
are now supported.
|
||||
|
||||
* Extensions:
|
||||
|
||||
- The autodoc extension now offers a much more flexible way to
|
||||
manipulate docstrings before including them into the output, via
|
||||
the new `autodoc-process-docstring` event.
|
||||
|
||||
- The `autodoc` extension accepts signatures for functions, methods
|
||||
and classes now that override the signature got via introspection
|
||||
|
||||
Reference in New Issue
Block a user