diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 731b37fc7..877ff3f23 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,13 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.11" sphinx: configuration: docs/conf.py python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt