diff options
author | Jakob Lykke Andersen <Jakob@caput.dk> | 2021-09-26 11:47:15 +0200 |
---|---|---|
committer | Jakob Lykke Andersen <Jakob@caput.dk> | 2021-10-02 13:59:55 +0200 |
commit | 9b3cc1c8af47c497b68192dbadd1bfe434a03ac6 (patch) | |
tree | a31983dd150a33ad4f5c9bf33de7761a1a94d7ce | |
parent | fb45dba61e6c8e033acdb3e630c7b9dc7386f486 (diff) | |
download | sphinx-git-9b3cc1c8af47c497b68192dbadd1bfe434a03ac6.tar.gz |
py nodes, add incompatibility note in CHANGES
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ---------- |