diff --git a/.readthedocs.yml b/.readthedocs.yml index 89f1b2dd..00d53d67 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,13 @@ version: 2 +# Set build image and Python version + +build: + os: ubuntu-22.04 + tools: + python: "3" + python: - version: "3" install: - requirements: requirements.txt