.readthedocs.yml 410 B

12345678910111213141516171819
  1. # Configuration for the Read The Docs (RTD) builds of the documentation.
  2. # Ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
  3. # The python.install.requirements pins the version of Sphinx used.
  4. version: 2
  5. build:
  6. os: ubuntu-24.04
  7. tools:
  8. python: "3.12"
  9. sphinx:
  10. configuration: docs/conf.py
  11. fail_on_warning: true
  12. python:
  13. install:
  14. - requirements: docs/requirements.txt
  15. formats: all