kumquat-readthedocs/mkdocs.yml
2024-04-25 09:35:35 +02:00

16 lines
349 B
YAML

site_name: Kumquat Documentation
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