.readthedocs.yaml 276 B

12345678910111213141516
  1. version: 2
  2. formats: all
  3. sphinx:
  4. fail_on_warning: false
  5. python:
  6. # Install our python package before building the docs
  7. version: 3.7
  8. install:
  9. - method: pip
  10. path: .
  11. - requirements: requirements/docs.txt
  12. - requirements: requirements/readthedocs.txt