summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lykke Andersen <Jakob@caput.dk>2021-09-26 11:47:15 +0200
committerJakob Lykke Andersen <Jakob@caput.dk>2021-10-02 13:59:55 +0200
commit9b3cc1c8af47c497b68192dbadd1bfe434a03ac6 (patch)
treea31983dd150a33ad4f5c9bf33de7761a1a94d7ce
parentfb45dba61e6c8e033acdb3e630c7b9dc7386f486 (diff)
downloadsphinx-git-9b3cc1c8af47c497b68192dbadd1bfe434a03ac6.tar.gz
py nodes, add incompatibility note in CHANGES
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 28bcf43ec..975604d20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@ Incompatible changes
* #9649: ``searchindex.js``: the embedded data has changed format to allow
objects with the same name in different domains.
+* #9672: The rendering of Python domain declarations is implemented
+ with more docutils nodes to allow better CSS styling.
+ It may break existing styling.
+
Deprecated
----------