Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/changes.rst @ 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 | be6ef72c55d5 |
| children |
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
