.readthedocs.yml
0e30cd30
 version: 2
 
 build:
     image: latest
 
 python:
     version: 3.7
     install:
         - method: pip
           path: .
           extra_requirements:
               - docs
 
 sphinx:
     fail_on_warning: true