File tree 2 files changed +0
-46
lines changed
2 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -291,44 +291,10 @@ jobs:
291
291
ssh-add ~/.ssh/id_ed25519
292
292
/home/circleci/nipype/tools/feedstock.sh
293
293
294
- build_docs :
295
- docker :
296
- - image : python:3.7.4
297
- working_directory : /tmp/src/nipype
298
- environment :
299
- - FSLOUTPUTTYPE : ' NIFTI'
300
- steps :
301
- - checkout
302
- - run :
303
- name : Check Python version and upgrade pip
304
- command : |
305
- python --version
306
- python -m pip install -U pip
307
- - run :
308
- name : Install graphviz
309
- command : |
310
- apt-get update
311
- apt-get install -y graphviz
312
- - run :
313
- name : Install Requirements (may contain pinned versions)
314
- command : python -m pip install -r doc/requirements.txt
315
- - run :
316
- name : Install NiPype
317
- command : python -m pip install ".[doc]"
318
- - run :
319
- name : Build documentation
320
- command : make -C doc html
321
- - store_artifacts :
322
- path : /tmp/src/nipype/doc/_build/html
323
-
324
294
workflows :
325
295
version : 2
326
296
build_test_deploy :
327
297
jobs :
328
- - build_docs :
329
- filters :
330
- tags :
331
- only : /.*/
332
298
- pypi_precheck :
333
299
filters :
334
300
branches :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments