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 +