We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64196f commit 4220686Copy full SHA for 4220686
CHANGES
@@ -18,6 +18,10 @@ Incompatible changes
18
* ``domains.js.JSObject.display_prefix`` has been changed into a method
19
``get_display_prefix`` which now returns a list of nodes
20
instead of a plain string.
21
+* The rendering of Javascript domain declarations is implemented
22
+ with more docutils nodes to allow better CSS styling.
23
+ It may break existing styling.
24
+
25
26
Deprecated
27
----------
@@ -32,6 +36,7 @@ Features added
32
36
for :rst:dir:`c:function` and :rst:dir:`c:macro`.
33
37
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.
34
38
* #9672: More CSS classes on Python domain descriptions
39
+* More CSS classes on Javascript domain descriptions
35
40
41
Bugs fixed
42
0 commit comments