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 92ad157e31 fixed highlighting
2023-06-16 12:26:09 +02:00

32 lines
606 B
YAML

site_name: blag
site_url: https://blag.readthedocs.io/
repo_url: https://github.com/venthur/blag
repo_name: venthur/blag
nav:
- Home: README.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
markdown_extensions:
- pymdownx.superfences
plugins:
- search:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy