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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue