From 340f3089deb6f11484faad400631307e838db08c Mon Sep 17 00:00:00 2001 From: Chris Bridge Date: Mon, 23 Mar 2026 10:55:48 -0400 Subject: [PATCH] Move .readthedocs.yaml to use dependency groups --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aeed3002..6129fedf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,9 +10,9 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.14" # Build documentation with MkDocs #mkdocs: @@ -26,5 +26,5 @@ python: install: - method: pip path: . - extra_requirements: + dependency_groups: - docs