Add instructions for excluding a file

This commit is contained in:
Sam Freund
2025-04-13 10:38:44 -05:00
committed by GitHub
parent 228caf47f2
commit 3cdda8a84e

View File

@@ -18,6 +18,9 @@ plugins:
- gen_api_docs.py
- literate-nav
- section-index
# To exclude files, add them under glob using their
# path from photonlibpy prepended by reference/
# Additionally, change the extension from .py to .md
- exclude:
glob:
- "reference/packet.md"