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:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
### plugins:
### - search
### - mkdocstrings:
### handlers:
### # See: https://mkdocstrings.github.io/python/usage/
### python:
### options:
### docstring_style: sphinx
### markdown_extensions:
### - markdown_include.include:
### base_path: .
### - admonition