diff --git a/.readthedocs.yml b/.readthedocs.yml index b7eeba29..997af129 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,8 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements.txt