1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

replaced sphinx with mkdocs

This commit is contained in:
Bastian Venthur
2023-06-16 11:53:17 +02:00
parent 76b06b31f9
commit b90a54d094
20 changed files with 294 additions and 501 deletions

View File

@@ -1,12 +1,22 @@
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
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: material
plugins:
- search:
- mkdocstrings:
@@ -14,6 +24,3 @@ plugins:
python:
options:
docstring_style: numpy
allow_inspection: true
show_root_heading: true
show_if_no_docstring: true