# HG changeset patch # User Franz Glasner # Date 1779016300 -7200 # Node ID 615b7e1b80d23f07fbb45b8c5618a0f487621a24 # Parent 5f0ee44825b1e0059ddf021970e44a764a7faac5 Suppress section numbering for "Breaking Changes" diff -r 5f0ee44825b1 -r 615b7e1b80d2 docs/changes.rst --- a/docs/changes.rst Sun May 17 13:08:45 2026 +0200 +++ b/docs/changes.rst Sun May 17 13:11:40 2026 +0200 @@ -10,6 +10,9 @@ .. include:: ../CHANGES.txt +.. raw:: latex + + \SuppressSubsectionNumbering .. _api-changes: @@ -112,3 +115,7 @@ - The default file encoding when reading INI style files with :py:func:`configmix.ini.load` is now "UTF-8". Previously it was undefined and therefore dependent on the user's locale. + +.. raw:: latex + + \EndSuppressNumbering