Skip to content

Commit 0651b08

Browse files
committed
Fix TeX build
1 parent 9898954 commit 0651b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# ones.
3939
extensions = [
4040
'sphinx.ext.autodoc',
41+
'sphinx.ext.autosummary',
4142
'sphinx.ext.doctest',
4243
'sphinx.ext.intersphinx',
4344
'sphinx.ext.pngmath',
@@ -223,7 +224,7 @@
223224
# (source start file, target name, title,
224225
# author, documentclass [howto, manual, or own class]).
225226
latex_documents = [
226-
('index', '.tex', u'numpydoc Documentation',
227+
('index', 'numpydoc.tex', u'numpydoc Documentation',
227228
u'Numpydoc maintainers', 'manual'),
228229
]
229230

0 commit comments

Comments
 (0)