Skip to content

Commit

Permalink
fixing testing_doc.yml (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-coscia authored Oct 22, 2024
1 parent 78ed2a6 commit 6ba9888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:

- name: Set up Python
uses: ammaraskar/sphinx-action@7.4.7
with:
pre-build-command: "python3 -m pip install .[docs]"
docs-folder: "docs/"

- name: Build Sphinx documentation
run: |
cd docs
make html

0 comments on commit 6ba9888

Please sign in to comment.