Corrected mkdocs.yml

This commit is contained in:
sppopovic 2024-09-20 09:53:18 +02:00
parent 5b77561988
commit a71946ca54

View file

@ -2,15 +2,15 @@ site_name: O-ESD
theme: theme:
name: readthedocs name: readthedocs
highlightjs: true highlightjs: true
plugins: ### plugins:
- search ### - search
- mkdocstrings: ### - mkdocstrings:
handlers: ### handlers:
# See: https://mkdocstrings.github.io/python/usage/ ### # See: https://mkdocstrings.github.io/python/usage/
python: ### python:
options: ### options:
docstring_style: sphinx ### docstring_style: sphinx
markdown_extensions: ### markdown_extensions:
- markdown_include.include: ### - markdown_include.include:
base_path: . ### base_path: .
- admonition ### - admonition