.readthedocs.yaml 347 B

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