https://github.com/mikgroup/sigpy
Raw File
Tip revision: b96e20680f5324b9a40ee2d1158660f9cc074b45 authored by Frank Ong on 08 May 2021, 23:58:41 UTC
Bump version: 0.1.21 → 0.1.22
Tip revision: b96e206
.readthedocs.yml
version: 2

python:
   version: 3.7
   install:
     - requirements: docs/requirements.txt

sphinx:
  builder: html
  fail_on_warning: true
back to top