Skip to content

Commit 1603369

Browse files
committed
DOC - fix conf to build without error, and with math dollar
1 parent 5bc0023 commit 1603369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
# this also includes the docscrape* extensions
4646
'numpydoc',
4747
'only_directives',
48+
'math_dollar',
4849
]
4950

5051
# the following doesn't work with sphinx < 1.0, but will make a separate
@@ -220,7 +221,7 @@
220221
# Grouping the document tree into LaTeX files. List of tuples
221222
# (source start file, target name, title, author, documentclass [howto/manual]).
222223
latex_documents = [
223-
('documentation', 'nibabel.tex', u'NiBabel Documentation',
224+
('index', 'nibabel.tex', u'NiBabel Documentation',
224225
u'NiBabel Authors', 'manual'),
225226
]
226227

0 commit comments

Comments
 (0)