fixed the skip_import_error option

This commit is contained in:
2026-01-20 23:50:24 +05:30
parent 6f9776dff2
commit 0061dbe2eb
3 changed files with 23 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ class GriffeLoader:
self,
module_paths: List[str],
project_name: Optional[str] = ...,
skip_import_errors: bool = ...,
) -> Project:
"""Load a documentation project from Python modules."""