File: mkdocs.yml

package info (click to toggle)
python-apsystems-ez1 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,328 kB
  • sloc: python: 697; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json

site_name: APsystems EZ1 - Python Library
theme:
  name: material

plugins:
- search
- mkdocstrings:
    handlers:
      python:
        options:
          docstring_style: sphinx