Revert !1071 which reverted !1068.
[mailman.git] / src / sphinxconf.py
blob2fae422d3308932a7b9ed9a801bf413cfff85f93
1 # Sphinx documentation configuration file.
2 def setup(app):
3 # hack the 'exclude_trees' configuration value so that our bounce examples
4 # aren't interpreted as documentation.
5 app.config.config_values['exclude_trees'][0].extend([
6 'tests/bounces',
7 'templates',
8 ])