From ef683a76839f6017e03f98c45fa10fbbdce302ae Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 18 Dec 2025 20:46:33 -0800 Subject: [PATCH] Update pip install command for documentation --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f4bdc4d..6588724 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,7 @@ build: jobs: install: - pip install --upgrade pip - - pip install --group 'doc' + - pip install --group 'doc' -e . # Build documentation in the docs/ directory with Sphinx sphinx: