diff --git a/.readthedocs.yml b/.readthedocs.yml index 3cf1ec60..4e815532 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,8 @@ -build: - image: latest +version: 2 -python: - version: 3.6 +build: + os: ubuntu-22.04 + tools: + python: "3.11" requirements_file: requirements.txt