Corrected mkdocs.yml
This commit is contained in:
parent
5b77561988
commit
a71946ca54
24
mkdocs.yml
24
mkdocs.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue