2025-04-12 22:29:41 -05:00
|
|
|
site_name: PhotonLibPy Docs
|
2025-04-12 17:12:13 -05:00
|
|
|
theme:
|
|
|
|
|
name: material
|
2025-04-12 22:37:18 -05:00
|
|
|
favicon: docs/favicon.ico # If you want a favicon
|
|
|
|
|
logo: docs/logo.png # Optional logo
|
2025-04-12 17:12:13 -05:00
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
|
- search
|
|
|
|
|
- mkdocstrings:
|
2025-04-12 22:29:41 -05:00
|
|
|
handlers:
|
|
|
|
|
python:
|
2025-04-12 22:35:20 -05:00
|
|
|
paths:
|
|
|
|
|
- "."
|
2025-04-12 22:29:41 -05:00
|
|
|
- gen-files:
|
|
|
|
|
scripts:
|
|
|
|
|
- gen_api_docs.py
|
|
|
|
|
- literate-nav
|
|
|
|
|
- section-index
|
2025-04-12 17:12:13 -05:00
|
|
|
|
|
|
|
|
nav:
|
|
|
|
|
- Home: index.md
|
2025-04-12 22:29:41 -05:00
|
|
|
- Reference: reference/SUMMARY.md
|
2025-04-12 17:12:13 -05:00
|
|
|
|