1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
Files
blag/mkdocs.yml
Bastian Venthur 6b928e4953 WIP
2023-06-16 09:24:27 +02:00

20 lines
434 B
YAML

site_name: blag
site_url: https://blag.readthedocs.io/
nav:
- Home: index.md
- Manual: manual.md
- API: api.md
theme: material
repo_url: https://github.com/venthur/blag
repo_name: venthur/blag
plugins:
- search:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
allow_inspection: true
show_root_heading: true
show_if_no_docstring: true