mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
34 lines
662 B
YAML
34 lines
662 B
YAML
site_name: blag
|
|
site_url: https://blag.readthedocs.io/
|
|
repo_url: https://github.com/venthur/blag
|
|
repo_name: venthur/blag
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Manual: manual.md
|
|
- API:
|
|
- blag: blag_.md
|
|
- blag.version: version.md
|
|
- blag.blag: blag.md
|
|
- blag.markdown: markdown.md
|
|
- blag.devserver: devserver.md
|
|
- blag.quickstart: quickstart.md
|
|
- Changelog: CHANGELOG.md
|
|
|
|
theme:
|
|
name: material
|
|
highlightjs: true
|
|
# disable google fonts, use system fonts
|
|
font: false
|
|
|
|
markdown_extensions:
|
|
- pymdownx.superfences
|
|
|
|
plugins:
|
|
- search:
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
options:
|
|
docstring_style: numpy
|