Revision 00b75e5122d453c4cdb7c478e5ac749dec169469 authored by Frank Ong on 01 July 2021, 23:46:15 UTC, committed by Frank Ong on 01 July 2021, 23:46:15 UTC
1 parent 62f3ecd
Raw File
.readthedocs.yml
version: 2

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

sphinx:
  builder: html
  fail_on_warning: true
back to top