diff --git a/.readthedocs.yml b/.readthedocs.yml index f39a630..1fdc1fa 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1 +1,11 @@ -requirements_file: docs/requirements.txt \ No newline at end of file +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-24.04 + tools: + python: "3.12" +python: + install: + - requirements: docs/requirements.txt