From ec83b521740e850cfd17a73cccf6cd6736e27ac5 Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Mon, 17 Mar 2025 14:02:34 +0100 Subject: [PATCH] docs->doc in testing_doc.yml --- .github/workflows/testing_doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_doc.yml b/.github/workflows/testing_doc.yml index b660a71..a527884 100644 --- a/.github/workflows/testing_doc.yml +++ b/.github/workflows/testing_doc.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: ammaraskar/sphinx-action@7.4.7 with: - pre-build-command: "python3 -m pip install .[docs]" + pre-build-command: "python3 -m pip install .[doc]" docs-folder: "docs/" - name: Build Sphinx documentation