1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00
Files
blag/mkdocs.yml
2024-08-26 10:04:57 +02:00

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