diff --git a/.readthedocs.yml b/.readthedocs.yml index da93455d0..a2a5e6585 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,8 +4,12 @@ version: 2 sphinx: configuration: doc/source/conf.py +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + python: - version: 3.8 install: - requirements: doc/requirements.txt - method: setuptools