Add automatic module build

This commit is contained in:
Marco Perini 2024-02-14 14:28:43 +01:00 committed by GitHub
parent 98ff98c444
commit dfa137e9a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,9 @@ build:
os: ubuntu-22.04
tools:
python: "3.9"
jobs:
pre_build:
- sphinx-apidoc -o docs/source/modules yosoai -f
# Build documentation in the "docs/" directory with Sphinx
sphinx: