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

9 lines
143 B
Python

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