docs->doc in testing_doc.yml

This commit is contained in:
Dario Coscia
2025-03-17 14:02:34 +01:00
committed by FilippoOlivo
parent 3153bb7426
commit ec83b52174

View File

@@ -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