From e2147a23fe948ae2ee3768cd6f594c0dd00fb119 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 12:31:26 -0600 Subject: [PATCH] fix(docs): dev extra, not docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4b078fd67..c70932560 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: python: "3.12" jobs: post_install: - - pip install '.[docs]' + - pip install '.[dev]' # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"