fabaccess-docs/mkdocs.yml

17 lines
357 B
YAML
Raw Normal View History

2024-05-13 13:00:03 +02:00
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