summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-intl_substitution_definitions/conf.py
blob: 5e43033d2493959d649c436b39ce3911e4e88256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
exclude_patterns = ['_build']

rst_prolog = """\
.. |subst_prolog_1| replace:: prologue substitute text

.. |subst_prolog_2| image:: /img.png
"""

rst_epilog = """\
.. |subst_epilog_1| replace:: epilogue substitute text

.. |subst_epilog_2| image:: /i18n.png
"""