sphinx/tests/roots/test-image-in-parsed-literal/conf.py

10 lines
161 B
Python
Raw Normal View History

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