mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
man I hate linting
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# gen_api_docs.py
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
import mkdocs_gen_files
|
||||
|
||||
nav = mkdocs_gen_files.Nav()
|
||||
@@ -26,4 +27,3 @@ for path in sorted(Path("photonlibpy").rglob("*.py")):
|
||||
|
||||
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
|
||||
nav_file.writelines(nav.build_literate_nav())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user