Refactor Dockerfile to improve file copying; remove .dockerignore; update mkdocs.yml for mkdocstrings configuration; adjust documentation requirements.

This commit is contained in:
Christian Krakau-Louis
2025-05-13 12:08:26 +02:00
parent 9c2c9b4827
commit 04adfea0d0
5 changed files with 6 additions and 26 deletions
+3 -1
View File
@@ -23,9 +23,11 @@ theme:
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
docstring_style: google
options:
docstring_style: google
markdown_extensions:
- admonition