from module import *
I don't want griffe to expand_wildcards
and resolve everything, i only want him to read the files and docstrings that it have, nothing more
When commenting self.expand_wildcards(module, external=False)
in the def _post_load(self, module: Module, obj_path: str) -> Object | Alias:
method from class GriffeLoader:
, i can load my project and everything works fine
Hence, would it be possible to add a parameter that states
if expand_wildcards_parameter:
self.expand_wildcards(module, external=False)
I could repair my * import modules but this is not what i want :(
This is my actual conf
plugins:
- mkdocstrings: # https://mkdocstrings.github.io/usage/#html-result-for-doc2
default_handler: python
handlers:
python:
options:
show_source: false
allow_inspection: false
heading_level: 3
show_root_full_path: true
show_symbol_type_heading: true
show_symbol_type_toc: true
filters:
- "!^(preventFromEmailBlacklisting.*)$"
load_external_modules: false # This disables following imports
exclude_targets : true
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too