.readthedocs.yml 318 B

123456789101112131415161718
  1. # Read the Docs configuration file
  2. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  3. version: 2
  4. build:
  5. os: ubuntu-20.04
  6. tools:
  7. python: "3.10"
  8. sphinx:
  9. builder: html
  10. configuration: doc/conf.py
  11. fail_on_warning: false
  12. python:
  13. install:
  14. - requirements: doc/requirements.txt