File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ htmlonly:
3232 @echo
3333 @echo " Build finished. The HTML pages are in _build/html."
3434
35- html : clean examples2rst htmlonly
35+ html : clean htmlonly
3636 @echo " Build HTML and API finished."
3737
3838examples2rst : clean
3939 mkdir -p users/examples
4040 ../tools/make_examples.py -x ../../../examples/test_spm.py --no-exec
4141 @echo " examples2rst finished."
4242
43- latex : clean examples2rst
43+ latex : clean
4444 $(SPHINXBUILD ) -b latex $(ALLSPHINXOPTS ) _build/latex
4545 @echo
4646 @echo " Build finished; the LaTeX files are in _build/latex."
Original file line number Diff line number Diff line change 1616from packaging .version import Version
1717import nipype
1818
19+ os .makedirs ('users/examples' , exist_ok = True )
20+ os .system ('python ../tools/make_examples.py -x ../../../examples/test_spm.py --no-exec' )
21+
1922# If extensions (or modules to document with autodoc) are in another directory,
2023# add these directories to sys.path here. If the directory is relative to the
2124# documentation root, use os.path.abspath to make it absolute, like shown here.
You can’t perform that action at this time.
0 commit comments