From d8f5a4850a998a3559b70bdf12eeed64ae460fad Mon Sep 17 00:00:00 2001 From: pressler-vsc <78438270+pressler-vsc@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:38:35 -0700 Subject: [PATCH] Fix RTD build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ab2c295..0711c83 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ build: jobs: install: - pip install --upgrade pip - - pip install --group 'docs' + - pip install --group 'docs' . build: html: - make docs