diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 259d335..9941928 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,16 @@ -build:build: - image: latest +version: 2 -requirements_file: requirements.txt +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +python: + install: + - requirements: requirements.txt + +# build:build: +# image: latest + +# requirements_file: requirements.txt