Dev/doc/add ctb to doc (#1455)

* added numpy for patterngenerator

* treat warnings as errors

* fix warnings during docu build

* added power and ctb to documentation
This commit is contained in:
2026-08-03 09:13:52 +02:00
committed by mazzol_a
parent 732599bc10
commit c2b4007de3
11 changed files with 67 additions and 18 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
cache: 'pip'
- name: Install Python Packages
run: pip install sphinx sphinx_rtd_theme breathe pyyaml jinja2
run: pip install sphinx sphinx_rtd_theme breathe pyyaml jinja2 numpy
- name: Build Documentation