.readthedocs.yml 180 B

123456789101112131415
  1. version: 2
  2. build:
  3. os: ubuntu-20.04
  4. tools:
  5. python: "3.7"
  6. sphinx:
  7. configuration: docs/conf.py
  8. formats: all
  9. python:
  10. install:
  11. - requirements: docs/requirements.txt