comparison doc/conf.py @ 166:b5ce9a8461bf

Use the filesystem encoding explicitely where appropriate.
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 14 Mar 2019 01:35:16 +0100
parents ff03cdf36139
children
comparison
equal deleted inserted replaced
165:6ca90e80f4f4 166:b5ce9a8461bf
209 autoclass_content = 'both' 209 autoclass_content = 'both'
210 210
211 211
212 # -- Options for changelog --------------------------------------------------- 212 # -- Options for changelog ---------------------------------------------------
213 213
214 changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'test', 'doc'] 214 changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'misc',
215 'test', 'doc']
215 216
216 217
217 def setup(app): 218 def setup(app):
218 # 219 #
219 # Custom release_date variable with a custom substitution |release_date| 220 # Custom release_date variable with a custom substitution |release_date|