summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-image-in-section/conf.py
blob: 9cb250c1aef1944b1d812ca38f2153587bd20dcc (plain)
1
2
3
4
5
6
7
8
exclude_patterns = ['_build']

rst_epilog = '''
.. |picture| image:: pic.png
    :width: 15pt
    :height: 15pt
    :alt: alternative_text
'''