Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/conf.py @ 91:5ca36fbea43d
Created a changelog
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 17 Mar 2018 18:59:14 +0100 |
| parents | 5d47693916ee |
| children | 84b9578cacce |
line wrap: on
line diff
--- a/doc/conf.py Sat Mar 17 13:20:53 2018 +0100 +++ b/doc/conf.py Sat Mar 17 18:59:14 2018 +0100 @@ -54,6 +54,7 @@ 'sphinx.ext.todo', 'sphinx.ext.ifconfig', # 'sphinx.ext.viewcode', + 'changelog', ] # Add any paths that contain templates here, relative to this directory. @@ -204,3 +205,8 @@ autodoc_member_order = 'bysource' autoclass_content = 'both' + + +# -- Options for changelog --------------------------------------------------- + +changelog_inner_tag_sort = ['feature', 'bugfix', 'doc']
