File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
name : Build docs
82
82
command : |
83
83
cd doc
84
- sphinx-build -D plot_gallery=1 -D sphinx_gallery_conf.filename_pattern=^\(\(?\!plot_fmri_activation_volume\|plot_morphometry\|plot_label\.py\|plot_probabilistic_label\| plot_resting_correlations\|plot_transparent_brain \|rotate_animation\|save_movie\|save_views\).\)*\$ -b html -d _build/doctrees . _build/html
84
+ sphinx-build -D plot_gallery=1 -D sphinx_gallery_conf.filename_pattern=^\(\(?\!plot_fmri_activation_volume\|plot_resting_correlations\|rotate_animation\|save_movie\|save_views\).\)*\$ -b html -d _build/doctrees . _build/html
85
85
86
86
- store_artifacts :
87
87
path : doc/_build/html/
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ matrix:
23
23
- os : linux
24
24
env : PYTHON_VERSION=3.5
25
25
CONDA_DEPENDENCIES="numpy scipy matplotlib coverage pytest pytest-cov flake8"
26
- PIP_DEPENDENCIES="codecov pytest-sugar faulthandler pytest-faulthandler nibabel imageio"
26
+ PIP_DEPENDENCIES="codecov pytest-sugar pytest-faulthandler nibabel imageio"
27
27
28
28
# OSX
29
29
- os : osx
You can’t perform that action at this time.
0 commit comments