Update mkdocs.yml

This commit is contained in:
Sam Freund
2025-04-12 22:35:20 -05:00
committed by GitHub
parent ddacff7079
commit 05309b1e25

View File

@@ -9,9 +9,8 @@ plugins:
- mkdocstrings:
handlers:
python:
paths: ["."]
setup_commands:
- import sys; sys.path.append(".")
paths:
- "."
- gen-files:
scripts:
- gen_api_docs.py