Skip to content

Commit 8f27eee

Browse files
committed
[MAINT] use bids matlab main and update RTD config
1 parent 5334bc5 commit 8f27eee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.readthedocs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
# Required
77
version: 2
88

9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: '3.12'
13+
914
# Build documentation in the docs/ directory with Sphinx
1015
sphinx:
1116
configuration: docs/source/conf.py
@@ -14,6 +19,5 @@ sphinx:
1419

1520
# Optionally set the version of Python and requirements required to build your docs
1621
python:
17-
version: '3.8'
1822
install:
1923
- requirements: requirements.txt

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ clean_lib:
88
rm -rf lib/bids-matlab
99

1010
install_dev:
11-
git clone https://github.com/bids-standard/bids-matlab.git --branch dev --depth 1 lib/bids-matlab
11+
git clone https://github.com/bids-standard/bids-matlab.git --branch main --depth 1 lib/bids-matlab
1212

1313
version.txt: CITATION.cff
1414
grep -w "^version" CITATION.cff | sed "s/version: /v/g" > version.txt

0 commit comments

Comments
 (0)