diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 86c7ba123d4..3043cdfb39f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,3 +1,5 @@ +version: 2 + sphinx: configuration: docsrc/conf.py @@ -5,5 +7,7 @@ python: install: - requirements: docs/requirements.txt -# Required -version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11"