.readthedocs.yaml 356 B

1234567891011121314151617
  1. # required
  2. version: 2
  3. # set the OS, python version and other tools you might need
  4. build:
  5. os: ubuntu-22.04
  6. tools:
  7. python: "3.11"
  8. # build documentation in the "docs/" directory with Sphinx
  9. sphinx:
  10. configuration: docs/conf.py
  11. # explicitly set the version of Python and its requirements
  12. python:
  13. install:
  14. - requirements: docs/requirements.txt