mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
`Sphinx.add_node()` now takes optional visitor methods for the HTML,
LaTeX and text translators; this prevents having to manually patch the classes.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -26,7 +26,11 @@ New features added
|
||||
|
||||
* The HTML builders have two additional attributes now that can be used
|
||||
to disable the anchor-link creation after headlines and definition
|
||||
links. EXPERIMENTAL
|
||||
links.
|
||||
|
||||
* ``Sphinx.add_node()`` now takes optional visitor methods for the HTML,
|
||||
LaTeX and text translators; this prevents having to manually patch
|
||||
the classes.
|
||||
|
||||
* sphinx.doc.autodoc has a new event ``autodoc-process-signature`` that
|
||||
allows tuning function signature introspection.
|
||||
|
||||
Reference in New Issue
Block a user