kumquat-readthedocs/mkdocs.yml
2024-04-25 12:57:21 +02:00

21 lines
451 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
- include_dir_to_nav:
flat: false
sort_file: true
sort_directory: true
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- tables