.readthedocs.yaml 178 B

12345678910111213
  1. version: "2"
  2. build:
  3. os: "ubuntu-22.04"
  4. tools:
  5. python: "3.10"
  6. python:
  7. install:
  8. - requirements: docs/requirements.txt
  9. sphinx:
  10. configuration: docs/source/conf.py