mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
12 lines
189 B
Python
12 lines
189 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
master_doc = 'index'
|
|
exclude_patterns = ['_build']
|
|
|
|
rst_epilog = '''
|
|
.. |picture| image:: pic.png
|
|
:width: 15pt
|
|
:height: 15pt
|
|
:alt: alternative_text
|
|
'''
|