summaryrefslogtreecommitdiff
path: root/src/sphinxconf.py
blob: 2fae422d3308932a7b9ed9a801bf413cfff85f93 (plain)
1
2
3
4
5
6
7
8
# Sphinx documentation configuration file.
def setup(app):
    # hack the 'exclude_trees' configuration value so that our bounce examples
    # aren't interpreted as documentation.
    app.config.config_values['exclude_trees'][0].extend([
        'tests/bounces',
        'templates',
        ])