diff doc/conf.py @ 111:d51a18e5b0e3

Reimplement configmix.safe_merge() do to a deepcopy of all source configurations when merging. configmix.safe_merge() does now a deepcopy of all source configurations when merging. Changes in configuration instances after will not be reflected in the merged configuration any more.
author Franz Glasner <hg@dom66.de>
date Sat, 24 Mar 2018 18:47:54 +0100
parents 2b79ddc0f92b
children 28164259aa83
line wrap: on
line diff
--- a/doc/conf.py	Sat Mar 24 16:06:08 2018 +0100
+++ b/doc/conf.py	Sat Mar 24 18:47:54 2018 +0100
@@ -211,4 +211,4 @@
 
 # -- Options for changelog ---------------------------------------------------
 
-changelog_inner_tag_sort = ['feature', 'bugfix', 'test', 'doc']
+changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'test', 'doc']