fixed the skip_import_error option
This commit is contained in:
@@ -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."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user