mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
9 lines
250 B
Python
9 lines
250 B
Python
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'),
|
|
]
|