comparison 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
comparison
equal deleted inserted replaced
110:29cf359ddf4d 111:d51a18e5b0e3
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 = ['feature', 'bugfix', 'test', 'doc'] 214 changelog_inner_tag_sort = ['breaking', 'feature', 'bugfix', 'test', 'doc']