File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66# Required
77version : 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
1015sphinx :
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
1621python :
17- version : ' 3.8'
1822 install :
1923 - requirements : requirements.txt
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ clean_lib:
88 rm -rf lib/bids-matlab
99
1010install_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
1313version.txt : CITATION.cff
1414 grep -w " ^version" CITATION.cff | sed " s/version: /v/g" > version.txt
You can’t perform that action at this time.
0 commit comments