diff --git a/readthedocs.yml b/readthedocs.yml index b3c5d278..d05298fb 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,9 @@ version: 2 version: 2 build: os: "ubuntu-22.04" - + tools: + python: "3.11" + python: install: - requirements: docs/requirements.txt