man I hate linting

This commit is contained in:
samfreund
2025-04-12 22:54:50 -05:00
parent e334d26459
commit 358f5747ab
2 changed files with 2 additions and 3 deletions

View File

@@ -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())