blob: 287bd1c9b6ec6fa152cf77756fcace31afd8b1f5 (
plain)
1
2
3
4
5
6
7
8
|
extensions = ['sphinx.ext.imgmath'] # for math_numfig
latex_documents = [
('indexmanual', 'SphinxManual.tex', 'Test numfig manual',
'Sphinx', 'manual'),
('indexhowto', 'SphinxHowTo.tex', 'Test numfig howto',
'Sphinx', 'howto'),
]
|