fabaccess-docs/mkdocs.yml
2024-05-13 13:00:03 +02:00

17 lines
357 B
YAML

site_name: Basic MkDocs Example Project
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