.readthedocs.yaml 438 B

12345678910111213141516171819
  1. # Read the Docs configuration file for MkDocs projects
  2. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  3. # Required
  4. version: 2
  5. # Set the version of Python and other tools you might need
  6. build:
  7. os: ubuntu-22.04
  8. tools:
  9. python: "3.12"
  10. mkdocs:
  11. configuration: mkdocs.yml
  12. # Optionally declare the Python requirements required to build your docs
  13. python:
  14. install:
  15. - requirements: docs/requirements.txt