diff --git a/.readthedocs.yml b/.readthedocs.yml index f9584315ae4..3e7de8b1b91 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,16 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + + sphinx: configuration: doc/conf.py # Optionally set the version of Python and requirements required to build your docs python: - version: 3.7 install: - requirements: doc/requirements.txt