Skip to content

Commit 32fc5f1

Browse files
committed
doc: fix sphinx's latex build
1 parent 98d2418 commit 32fc5f1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ examples2rst: clean
4040
../tools/make_examples.py -x ../../../examples/test_spm.py --no-exec
4141
@echo "examples2rst finished."
4242

43-
latex: clean
43+
latex: clean examples2rst
4444
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex
4545
@echo
4646
@echo "Build finished; the LaTeX files are in _build/latex."

doc/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,12 @@
248248
# Grouping the document tree into LaTeX files. List of tuples
249249
# (source start file, target name, title, author, documentclass [howto/manual]).
250250
latex_documents = [
251-
('documentation', 'nipype.tex', u'nipype Documentation',
252-
u'Neuroimaging in Python team', 'manual'),
251+
('interfaces', 'interfaces.tex', 'Nipype Interfaces Documentation',
252+
'Neuroimaging in Python team', 'manual'),
253+
# ('developers', 'developers.tex', 'Nipype API',
254+
# 'Neuroimaging in Python team', 'manual'),
255+
('examples', 'examples.tex', 'Nipype Examples',
256+
'Neuroimaging in Python team', 'manual'),
253257
]
254258

255259
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)