Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d02750a

Browse filesBrowse files
authored
CI: Drop Circle doc builds (#3338)
1 parent ea4a2d7 commit d02750a
Copy full SHA for d02750a

File tree

2 files changed

+0
-46
lines changed
Filter options

2 files changed

+0
-46
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
-34Lines changed: 0 additions & 34 deletions
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:

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
-12Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.