diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d70427a1e..cd5d2cfdb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -23,4 +23,4 @@ formats: python: install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt