sphinx/tests/roots/test-image-in-section/conf.py
2025-01-03 01:33:14 +00:00

9 lines
143 B
Python

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