Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load_external_modules works not as a global-only option #87

Closed
monosans opened this issue Jul 15, 2023 · 1 comment
Closed

load_external_modules works not as a global-only option #87

monosans opened this issue Jul 15, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@monosans
Copy link

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:

plugins:
  - mkdocstrings:
      handlers:
        python:
          options:
            load_external_modules: true

System (please complete the following information):

  • mkdocstrings-python version: 1.2.0
  • Python version: 3.11.3
  • OS: Arch Linux
@pawamoy
Copy link
Member

pawamoy commented Jul 19, 2023

Thanks for the report, and good catch! Will fix asap

@pawamoy pawamoy added the bug Something isn't working label Sep 2, 2023
@pawamoy pawamoy closed this as completed Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants