https://github.com/OHBA-analysis/osl-dynamics
Raw File
Tip revision: cded3b2ea95efef7b6c089c5e111fd565b716922 authored by cgohil8 on 06 January 2024, 21:16:35 UTC
Feat: new method to select channels in the Data object. (#212)
Tip revision: cded3b2
.readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.8"

sphinx:
  configuration: doc/conf.py

python:
  install:
  - requirements: doc/requirements.txt
back to top