mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Sphinx.add_lexer() now takes a Lexer class instead of instance
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -13,6 +13,8 @@ Incompatible changes
|
||||
by non-ASCII characters
|
||||
* #4550: html: Centering tables by default using CSS
|
||||
* #6239: latex: xelatex and xeCJK are used for Chinese documents by default
|
||||
* ``Sphinx.add_lexer()`` now takes a Lexer class instead of instance. An
|
||||
instance of lexers are still supported until Sphinx-3.x.
|
||||
|
||||
Deprecated
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user