diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d0c54634..2d04685a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,4 +2,9 @@ version: 2 python: install: - - requirements: Documentation/requirements.txt \ No newline at end of file + - requirements: Documentation/requirements.txt + +build: + os: ubuntu-22.04 + tools: + python: "3.11" \ No newline at end of file