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

rst_epilog = '''
.. |picture| image:: pic.png
    :height: 1cm
    :scale: 200%
    :align: middle
    :alt: alternative_text
'''