Mercurial > hgrepos > Python > libs > ConfigMix
changeset 787:615b7e1b80d2
Suppress section numbering for "Breaking Changes"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 17 May 2026 13:11:40 +0200 |
| parents | 5f0ee44825b1 |
| children | 6f0a46c4b79e |
| files | docs/changes.rst |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
