From af04768e73be8e7c376349b6fb083dbf62c62204 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 11 Dec 2025 14:58:44 -0800 Subject: [PATCH] Upgraded readthedocs recipe Refs https://github.com/simonw/sqlite-utils/pull/691#issuecomment-3644136334 --- .readthedocs.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8183e3a..d4ac714 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,16 +4,13 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" - -python: - install: - - method: pip - path: . - dependency-groups: - - dev + python: "3.13" + jobs: + install: + - pip install --upgrade pip + - pip install --group 'docs' formats: - pdf