automodule loss + update doc workflow

This commit is contained in:
Dario Coscia
2025-03-17 14:43:57 +01:00
committed by FilippoOlivo
parent ec83b52174
commit 054cfb496e
3 changed files with 2 additions and 15 deletions

View File

@@ -13,16 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout Doc
uses: actions/checkout@v2
- name: Set up Python
uses: ammaraskar/sphinx-action@7.4.7
with:
pre-build-command: "python3 -m pip install .[doc]"
docs-folder: "docs/"
- name: Build Sphinx documentation
run: |
cd docs
make html SPHINXOPTS="-W"
docs-folder: "docs/"