mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
24 lines
410 B
YAML
24 lines
410 B
YAML
site_name: PhotonLibPy Docs
|
|
theme:
|
|
name: material
|
|
favicon: docs/favicon.ico # If you want a favicon
|
|
logo: docs/logo.png # Optional logo
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
handlers:
|
|
python:
|
|
paths:
|
|
- "."
|
|
- gen-files:
|
|
scripts:
|
|
- gen_api_docs.py
|
|
- literate-nav
|
|
- section-index
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Reference: reference/SUMMARY.md
|
|
|