Mercurial > hgrepos > Python > libs > ConfigMix
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 90:99e7b10c8aa8 | 91:5ca36fbea43d |
|---|---|
| 52 'sphinx.ext.autodoc', | 52 'sphinx.ext.autodoc', |
| 53 'sphinx.ext.intersphinx', | 53 'sphinx.ext.intersphinx', |
| 54 'sphinx.ext.todo', | 54 'sphinx.ext.todo', |
| 55 'sphinx.ext.ifconfig', | 55 'sphinx.ext.ifconfig', |
| 56 # 'sphinx.ext.viewcode', | 56 # 'sphinx.ext.viewcode', |
| 57 'changelog', | |
| 57 ] | 58 ] |
| 58 | 59 |
| 59 # Add any paths that contain templates here, relative to this directory. | 60 # Add any paths that contain templates here, relative to this directory. |
| 60 templates_path = ['_templates'] | 61 templates_path = ['_templates'] |
| 61 | 62 |
| 202 | 203 |
| 203 # -- Options for autodoc ----------------------------------------------------- | 204 # -- Options for autodoc ----------------------------------------------------- |
| 204 | 205 |
| 205 autodoc_member_order = 'bysource' | 206 autodoc_member_order = 'bysource' |
| 206 autoclass_content = 'both' | 207 autoclass_content = 'both' |
| 208 | |
| 209 | |
| 210 # -- Options for changelog --------------------------------------------------- | |
| 211 | |
| 212 changelog_inner_tag_sort = ['feature', 'bugfix', 'doc'] |
