diff 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
line wrap: on
line diff
--- a/doc/conf.py	Thu Mar 14 00:21:30 2019 +0100
+++ b/doc/conf.py	Thu Mar 14 01:35:16 2019 +0100
@@ -211,7 +211,8 @@
 
 # -- Options for changelog ---------------------------------------------------
 
-changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'test', 'doc']
+changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'misc',
+                            'test', 'doc']
 
 
 def setup(app):