From 8fd892963cd71882221c7a9524a8851d63524463 Mon Sep 17 00:00:00 2001 From: hfoote Date: Fri, 22 May 2026 21:06:21 -0700 Subject: [PATCH] fix typo in readthedocs config --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1ace588..63ebf7a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -34,4 +34,5 @@ python: install: - method: uv command: sync - args: ["--dev"] \ No newline at end of file + groups: + - dev \ No newline at end of file