File tree Expand file tree Collapse file tree 1 file changed +0
-50
lines changed Expand file tree Collapse file tree 1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -297,43 +297,6 @@ jobs:
297297 - store_artifacts :
298298 path : /tmp/data/reports
299299
300- build_docs :
301- docker :
302- - image : python:3.7.4
303- working_directory : /tmp/src/fmriprep
304- environment :
305- - FSLOUTPUTTYPE : ' NIFTI'
306- steps :
307- - checkout
308- - run :
309- name : Check whether build should be skipped
310- command : |
311- if [[ "$( git log --format=oneline -n 1 $CIRCLE_SHA1 | grep -i -E '\[skip[ _]?docs\]' )" != "" ]]; then
312- echo "Skipping doc building job"
313- circleci step halt
314- fi
315- - run :
316- name : Check Python version and upgrade pip
317- command : |
318- python --version
319- python -m pip install -U pip
320- - run :
321- name : Install graphviz
322- command : |
323- apt-get update
324- apt-get install -y graphviz
325- - run :
326- name : Install Requirements (may contain pinned versions)
327- command : python -m pip install -r docs/requirements.txt
328- - run :
329- name : Install fMRIPrep
330- command : python -m pip install ".[doc]"
331- - run :
332- name : Build documentation
333- command : make SPHINXOPTS="-W" -C docs html
334- - store_artifacts :
335- path : /tmp/src/fmriprep/docs/_build/html
336-
337300 ds005 :
338301 machine :
339302 image : circleci/classic:201711-01
@@ -1048,18 +1011,6 @@ workflows:
10481011 tags :
10491012 only : /.*/
10501013
1051- - build_docs :
1052- filters :
1053- branches :
1054- ignore :
1055- - /tests?\/.*/
1056- - /ds005\/.*/
1057- - /ds054\/.*/
1058- - /ds210\/.*/
1059- - /docker\/.*/
1060- tags :
1061- only : /.*/
1062-
10631014 - test_deploy_pypi :
10641015 filters :
10651016 branches :
@@ -1140,7 +1091,6 @@ workflows:
11401091 requires :
11411092 - test_deploy_pypi
11421093 - test_pytest
1143- - build_docs
11441094 - ds005
11451095 - ds054
11461096 - ds210
You can’t perform that action at this time.
0 commit comments