.readthedocs.yml 385 B

123456789101112131415
  1. # .readthedocs.yml
  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. # Build documentation with MkDocs
  7. mkdocs:
  8. configuration: mkdocs.yml
  9. # Optionally set the version of Python and requirements required to build your docs
  10. # https://github.com/rtfd/readthedocs.org/issues/5250
  11. python:
  12. version: 3.5