kumquat-readthedocs/mkdocs.yml

21 lines
451 B
YAML
Raw Normal View History

2024-04-25 09:35:35 +02:00
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
2024-04-25 12:42:14 +02:00
- include_dir_to_nav:
2024-04-25 12:53:34 +02:00
flat: false
2024-04-25 12:44:42 +02:00
sort_file: true
sort_directory: true
2024-04-25 09:35:35 +02:00
markdown_extensions:
- markdown_include.include:
base_path: .
2024-04-25 11:57:07 +02:00
- admonition
- tables