.readthedocs.yaml 378 B

1234567891011121314151617181920212223
  1. # Read the Docs configuration file
  2. # Required
  3. version: 2
  4. # Optionally build your docs in additional formats such as PDF
  5. formats:
  6. - pdf
  7. - epub
  8. build:
  9. os: ubuntu-22.04
  10. tools:
  11. python: "3.11"
  12. sphinx:
  13. builder: html
  14. configuration: docs/conf.py
  15. # Explicitly set the version of Python and its requirements
  16. python:
  17. install:
  18. - requirements: docs/requirements.txt