mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add default highlight language selection support.
Add support for recognizing Python 3 console output.
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -27,6 +27,10 @@ New features added
|
||||
built documentation, and only written to stderr. If you want the
|
||||
old behavior, set the new config value ``keep_warnings`` to True.
|
||||
|
||||
* The new config value ``highlight_language`` set a global default
|
||||
for highlighting. When ``'python3'`` is selected, console output
|
||||
blocks are recognized like for ``'python'``.
|
||||
|
||||
* ``SerializingHTMLBuilder`` was added as new abstract builder that
|
||||
can be subclassed to serialize build HTML in a specific format.
|
||||
The ``PickleHTMLBuilder`` is a concrete subclass of it that uses
|
||||
|
||||
Reference in New Issue
Block a user