1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
This commit is contained in:
Bastian Venthur
2023-06-16 09:24:27 +02:00
parent e1b1ebde32
commit 6b928e4953
4 changed files with 48 additions and 1 deletions

19
mkdocs.yml Normal file
View File

@@ -0,0 +1,19 @@
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