2015-09-16 05:08:12 -05:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
master_doc = 'index'
|
2016-01-09 00:35:56 -06:00
|
|
|
exclude_patterns = ['_build']
|
2015-09-16 05:08:12 -05:00
|
|
|
|
|
|
|
rst_epilog = '''
|
|
|
|
.. |picture| image:: pic.png
|
|
|
|
:width: 15pt
|
|
|
|
:height: 15pt
|
|
|
|
:alt: alternative_text
|
|
|
|
'''
|
|
|
|
|