Skip to content

Commit

Permalink
CI: Drop Circle doc builds (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored May 27, 2021
1 parent ea4a2d7 commit d02750a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
34 changes: 0 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,44 +291,10 @@ jobs:
ssh-add ~/.ssh/id_ed25519
/home/circleci/nipype/tools/feedstock.sh
build_docs:
docker:
- image: python:3.7.4
working_directory: /tmp/src/nipype
environment:
- FSLOUTPUTTYPE: 'NIFTI'
steps:
- checkout
- run:
name: Check Python version and upgrade pip
command: |
python --version
python -m pip install -U pip
- run:
name: Install graphviz
command: |
apt-get update
apt-get install -y graphviz
- run:
name: Install Requirements (may contain pinned versions)
command: python -m pip install -r doc/requirements.txt
- run:
name: Install NiPype
command: python -m pip install ".[doc]"
- run:
name: Build documentation
command: make -C doc html
- store_artifacts:
path: /tmp/src/nipype/doc/_build/html

workflows:
version: 2
build_test_deploy:
jobs:
- build_docs:
filters:
tags:
only: /.*/
- pypi_precheck:
filters:
branches:
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/main.yml

This file was deleted.

0 comments on commit d02750a

Please sign in to comment.