2
0

.readthedocs.yml 271 B

123456789101112131415161718
  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. formats: all
  13. sphinx:
  14. fail_on_warning: True
  15. search:
  16. ranking:
  17. releases/*: -1
  18. releases/upgrading.html: 0