From ada6b9e96aa51a4692d332af1360aae20e47571c Mon Sep 17 00:00:00 2001 From: Spill-Tea Date: Wed, 16 Jul 2025 14:53:17 -0700 Subject: [PATCH] fix(workflows.build-docs): Fix extra requirement name to use doc instead of docs to correctly install requirements. --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index c1101bb..4133d27 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install -U pip pip install wheel setuptools - pip install ".[docs]" + pip install ".[doc]" - name: Build documentation run: |