.readthedocs.yaml 156 B

12345678910
  1. version: 2
  2. build:
  3. os: ubuntu-20.04
  4. tools:
  5. python: "3.9"
  6. mkdocs:
  7. configuration: mkdocs.yml
  8. python:
  9. install:
  10. - requirements: requirements.txt