File: mkdocs.yml

package info (click to toggle)
blag 2.3.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: python: 1,037; makefile: 71
file content (33 lines) | stat: -rw-r--r-- 662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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