From 6478d6cced79898d0ab9ec79167ba2db4ec11796 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Wed, 4 Sep 2024 00:46:17 +0000 Subject: [PATCH] Readthedocs sphinx downgrade fix --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: