mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
js (and py) nodes, update CHANGES
This commit is contained in:
parent
a64196f048
commit
4220686186
5
CHANGES
5
CHANGES
@ -18,6 +18,10 @@ Incompatible changes
|
||||
* ``domains.js.JSObject.display_prefix`` has been changed into a method
|
||||
``get_display_prefix`` which now returns a list of nodes
|
||||
instead of a plain string.
|
||||
* The rendering of Javascript domain declarations is implemented
|
||||
with more docutils nodes to allow better CSS styling.
|
||||
It may break existing styling.
|
||||
|
||||
|
||||
Deprecated
|
||||
----------
|
||||
@ -32,6 +36,7 @@ Features added
|
||||
for :rst:dir:`c:function` and :rst:dir:`c:macro`.
|
||||
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.
|
||||
* #9672: More CSS classes on Python domain descriptions
|
||||
* More CSS classes on Javascript domain descriptions
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user