sphinx/tests/roots/test-image-in-parsed-literal/conf.py
2019-01-03 10:58:42 +09:00

10 lines
161 B
Python

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