comparison 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
comparison
equal deleted inserted replaced
318:e35bd534b7de 319:5427ca342c1e
49 'sphinx.ext.autodoc', 49 'sphinx.ext.autodoc',
50 'sphinx.ext.intersphinx', 50 'sphinx.ext.intersphinx',
51 'sphinx.ext.todo', 51 'sphinx.ext.todo',
52 'sphinx.ext.ifconfig', 52 'sphinx.ext.ifconfig',
53 # 'sphinx.ext.viewcode', 53 # 'sphinx.ext.viewcode',
54 'changelog',
55 ] 54 ]
56 55
57 # Add any paths that contain templates here, relative to this directory. 56 # Add any paths that contain templates here, relative to this directory.
58 templates_path = ['_templates'] 57 templates_path = ['_templates']
59 58
205 204
206 # -- Options for autodoc ----------------------------------------------------- 205 # -- Options for autodoc -----------------------------------------------------
207 206
208 autodoc_member_order = 'bysource' 207 autodoc_member_order = 'bysource'
209 autoclass_content = 'both' 208 autoclass_content = 'both'
210
211
212 # -- Options for changelog ---------------------------------------------------
213
214 changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'misc',
215 'test', 'doc']
216 209
217 210
218 def setup(app): 211 def setup(app):
219 # 212 #
220 # Custom release_date variable with a custom substitution |release_date| 213 # Custom release_date variable with a custom substitution |release_date|