Skip to content

Commit

Permalink
Fix TeX build
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Nov 1, 2017
1 parent 9898954 commit 0651b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
'sphinx.ext.pngmath',
Expand Down Expand Up @@ -223,7 +224,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', '.tex', u'numpydoc Documentation',
('index', 'numpydoc.tex', u'numpydoc Documentation',
u'Numpydoc maintainers', 'manual'),
]

Expand Down

0 comments on commit 0651b08

Please sign in to comment.