diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 29f8d503..bddf6315 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,13 +10,13 @@ sphinx: formats: all build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.12" jobs: post_create_environment: # Install poetry - - pip install poetry + - pip install poetry==1.7.1 # Tell poetry to not use a virtual environment - poetry config virtualenvs.create false post_install: