From 6ba98885e37225f19a529169eed04883cd378cb2 Mon Sep 17 00:00:00 2001 From: Dario Coscia <93731561+dario-coscia@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:59:21 +0200 Subject: [PATCH] fixing testing_doc.yml (#370) --- .github/workflows/testing_doc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing_doc.yml b/.github/workflows/testing_doc.yml index b743566..e8b716d 100644 --- a/.github/workflows/testing_doc.yml +++ b/.github/workflows/testing_doc.yml @@ -22,6 +22,7 @@ jobs: - name: Set up Python uses: ammaraskar/sphinx-action@7.4.7 + with: pre-build-command: "python3 -m pip install .[docs]" docs-folder: "docs/" @@ -29,3 +30,4 @@ jobs: run: | cd docs make html +