File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ htmlonly:
32
32
@echo
33
33
@echo " Build finished. The HTML pages are in _build/html."
34
34
35
- html : clean examples2rst htmlonly
35
+ html : clean htmlonly
36
36
@echo " Build HTML and API finished."
37
37
38
38
examples2rst : clean
39
39
mkdir -p users/examples
40
40
../tools/make_examples.py -x ../../../examples/test_spm.py --no-exec
41
41
@echo " examples2rst finished."
42
42
43
- latex : clean examples2rst
43
+ latex : clean
44
44
$(SPHINXBUILD ) -b latex $(ALLSPHINXOPTS ) _build/latex
45
45
@echo
46
46
@echo " Build finished; the LaTeX files are in _build/latex."
Original file line number Diff line number Diff line change 16
16
from packaging .version import Version
17
17
import nipype
18
18
19
+ os .makedirs ('users/examples' , exist_ok = True )
20
+ os .system ('python ../tools/make_examples.py -x ../../../examples/test_spm.py --no-exec' )
21
+
19
22
# If extensions (or modules to document with autodoc) are in another directory,
20
23
# add these directories to sys.path here. If the directory is relative to the
21
24
# 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