2
0

.readthedocs.yml 189 B

12345678910111213
  1. version: 2
  2. build:
  3. os: ubuntu-22.04
  4. tools:
  5. python: '3.11'
  6. python:
  7. install:
  8. - method: pip
  9. path: .
  10. extra_requirements:
  11. - docs
  12. sphinx:
  13. fail_on_warning: True