docs CD: LICENSE added to docs

This commit is contained in:
Nicolas Kruse 2025-06-06 10:13:34 +02:00
parent 38eda3edcf
commit 1c07ffea36
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
run: python ./docs/source/render_examples.py
- name: Build Docs
run: |
cp LICENSE docs/source/LICENSE.md
cd docs
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
rm ./source/*.rst