mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
20 lines
434 B
YAML
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
|