.readthedocs.yaml 354 B

123456789101112131415
  1. # .readthedocs.yaml
  2. # Read the Docs configuration file
  3. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  4. # Required
  5. version: 2
  6. mkdocs:
  7. configuration: mkdocs.yml
  8. # Optionally set the version of Python and requirements required to build your docs
  9. python:
  10. version: "3.7"
  11. install:
  12. - requirements: docs/requirements.txt