.readthedocs.yaml 295 B

123456789101112131415
  1. version: 2
  2. # Set the version of Python and other tools you might need
  3. build:
  4. os: ubuntu-20.04
  5. tools:
  6. python: "3.9"
  7. mkdocs:
  8. configuration: mkdocs.yml
  9. # Optionally declare the Python requirements required to build your docs
  10. python:
  11. install:
  12. - requirements: docs/requirements.txt