diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6823857..63fb402 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,4 +3,7 @@ version: 2 python: install: - requirements: docs/requirements.txt - +build: + os: ubuntu-22.04 + tools: + python: "3.11"