We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
load_external_modules
Describe the bug Docs state that load_external_modules is a global-only option:
plugins: - mkdocstrings: handlers: python: load_external_modules: true
In fact, it makes effect only when used inside options key:
options
plugins: - mkdocstrings: handlers: python: options: load_external_modules: true
System (please complete the following information):
mkdocstrings-python
The text was updated successfully, but these errors were encountered:
Thanks for the report, and good catch! Will fix asap
Sorry, something went wrong.
fix: Make load_external_modules a global-only option
266f41f
Issue #87: #87
No branches or pull requests
Describe the bug
Docs state that
load_external_modules
is a global-only option:In fact, it makes effect only when used inside
options
key:System (please complete the following information):
mkdocstrings-python
version: 1.2.0The text was updated successfully, but these errors were encountered: