Files
sphinx/tests/roots/test-image-in-parsed-literal/conf.py
2018-02-19 23:20:56 +09:00

13 lines
207 B
Python

# -*- coding: utf-8 -*-
master_doc = 'index'
exclude_patterns = ['_build']
rst_epilog = '''
.. |picture| image:: pic.png
:height: 1cm
:scale: 200%
:align: middle
:alt: alternative_text
'''