repo.or.cz
/
mailman.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Fix the processing of subscription confirmation messages when the mailing
[mailman.git]
/
src
/
sphinxconf.py
blob
2fae422d3308932a7b9ed9a801bf413cfff85f93
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
])