diff --git a/.readthedocs.yml b/.readthedocs.yml index 446181452..5c9d0733c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,8 +1,11 @@ # .readthedocs.yml +version: 2 build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" python: - version: 3.8 - setup_py_install: false + install: + - requirements: docs/requirements.txt