Mercurial > hgrepos > Python > libs > ConfigMix
diff docs/conf.py @ 319:5427ca342c1e
Change the formatting the changelog: remove the dependency on the changelog package.
Now the changelog is a bit denser formatted (in the source as in the generated
artefacts).
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 05 May 2021 23:12:01 +0200 |
| parents | cff23c821665 |
| children | f454889e41fa |
line wrap: on
line diff
--- a/docs/conf.py Wed May 05 22:46:00 2021 +0200 +++ b/docs/conf.py Wed May 05 23:12:01 2021 +0200 @@ -51,7 +51,6 @@ 'sphinx.ext.todo', 'sphinx.ext.ifconfig', # 'sphinx.ext.viewcode', - 'changelog', ] # Add any paths that contain templates here, relative to this directory. @@ -209,12 +208,6 @@ autoclass_content = 'both' -# -- Options for changelog --------------------------------------------------- - -changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'misc', - 'test', 'doc'] - - def setup(app): # # Custom release_date variable with a custom substitution |release_date|
