https://github.com/mikgroup/sigpy
Revision 67099ea373385bba1faefb1d92ccee1b240e8cbc authored by Frank Ong on 21 August 2020, 18:09:29 UTC, committed by Frank Ong on 21 August 2020, 18:09:29 UTC
1 parent 4b4cf91
Raw File
Tip revision: 67099ea373385bba1faefb1d92ccee1b240e8cbc authored by Frank Ong on 21 August 2020, 18:09:29 UTC
Bump version: 0.1.19 → 0.1.20
Tip revision: 67099ea
.readthedocs.yml
version: 2

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

sphinx:
  builder: html
  fail_on_warning: true
back to top