Skip to content

load_external_modules works not as a global-only option #87

Description

@monosans

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions