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