2024-09-20 09:49:44 +02:00
|
|
|
site_name: O-ESD
|
|
|
|
theme:
|
|
|
|
name: readthedocs
|
|
|
|
highlightjs: true
|
2024-09-20 09:53:18 +02:00
|
|
|
### plugins:
|
|
|
|
### - search
|
|
|
|
### - mkdocstrings:
|
|
|
|
### handlers:
|
|
|
|
### # See: https://mkdocstrings.github.io/python/usage/
|
|
|
|
### python:
|
|
|
|
### options:
|
|
|
|
### docstring_style: sphinx
|
|
|
|
### markdown_extensions:
|
|
|
|
### - markdown_include.include:
|
|
|
|
### base_path: .
|
|
|
|
### - admonition
|