diff --git a/mkdocs-common.yml b/mkdocs-common.yml index 9be7ac129..0d59822f6 100644 --- a/mkdocs-common.yml +++ b/mkdocs-common.yml @@ -67,9 +67,6 @@ plugins: default_handler: python handlers: python: - import: - - https://docs.python.org/3/objects.inv - - https://rich.readthedocs.io/en/stable/objects.inv options: show_signature_annotations: false separate_signature: true diff --git a/mkdocs-online.yml b/mkdocs-online.yml index 58aea3fc7..e4cf2db1d 100644 --- a/mkdocs-online.yml +++ b/mkdocs-online.yml @@ -14,3 +14,9 @@ plugins: - categories - release - tags + mkdocstrings: + handlers: + python: + import: + - https://docs.python.org/3/objects.inv + - https://rich.readthedocs.io/en/stable/objects.inv