diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c78657ebb4..40bc073a69 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,10 @@ sphinx: configuration: generated-doc/out/conf.py python: - version: 3.7 install: - - requirements: generated-doc/out/requirements.txt \ No newline at end of file + - requirements: generated-doc/out/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.7" \ No newline at end of file