Add option to preload external modules that are not part of the displayed documentation to allow resolving aliases to objects in these modules, and presenting their documentation in a module that imports them, and exports the imports with `__all__` attribute.
gilfree deleted the load_external_modules branch
March 6, 2023 10:00pawamoy pushed a commit that referenced this pull request
Mar 7, 2023viktorlashchuk added a commit to viktorlashchuk/mkdocstrings-python that referenced this pull request
Feb 24, 2025Add option to preload modules. Preloading modules allows to render members of objects that originate from other packages than their parent. Direct members of modules must be listed in `__all__`. This option typically allows to render aliases, by collecting their parent module (package) which allows to resolve these aliases. Issue mkdocstrings/mkdocstrings#503: mkdocstrings/mkdocstrings#503 PR #60: mkdocstrings/python#60
viktorlashchuk added a commit to viktorlashchuk/mkdocstrings-python that referenced this pull request
Feb 24, 2025Merged