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