Skip to content

Commit d02750a

Browse files
authored
CI: Drop Circle doc builds (#3338)
1 parent ea4a2d7 commit d02750a

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

Diff for: .circleci/config.yml

-34
Original file line numberDiff line numberDiff line change
@@ -291,44 +291,10 @@ jobs:
291291
ssh-add ~/.ssh/id_ed25519
292292
/home/circleci/nipype/tools/feedstock.sh
293293
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-
324294
workflows:
325295
version: 2
326296
build_test_deploy:
327297
jobs:
328-
- build_docs:
329-
filters:
330-
tags:
331-
only: /.*/
332298
- pypi_precheck:
333299
filters:
334300
branches:

Diff for: .github/workflows/main.yml

-12
This file was deleted.

0 commit comments

Comments
 (0)