Skip to content

Commit

Permalink
[MAINT] use bids matlab main and update RTD config
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Dec 6, 2023
1 parent 5334bc5 commit 8f27eee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: '3.12'

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -14,6 +19,5 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: '3.8'
install:
- requirements: requirements.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clean_lib:
rm -rf lib/bids-matlab

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

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

0 comments on commit 8f27eee

Please sign in to comment.