diff --git a/readthedocs.yml b/readthedocs.yml index 96df65117d20a6114d181af2e0229cff9ae1c061..3b35eef9b9f350cfe1707f6639daf4dac5b1f786 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,6 +4,12 @@ # Required version: 2 +# Set the version of Python and other tools you might need +build: + os: ubuntu-24.04 + tools: + python: "3.12" + mkdocs: configuration: mkdocs.yml extra_dependencies: @@ -13,4 +19,6 @@ python: install: - method: hatch path: . + +