Skip to content

Commit b557ff3

Browse files
committed
docs: Fix canonical path in Griffe extension for our custom config fields
1 parent ab3b227 commit b557ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/griffe_extensions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def on_attribute_instance(
2828
except AttributeError:
2929
return
3030

31-
if field.canonical_path == "mkdocstrings_handler.python.config.Field":
31+
if field.canonical_path == "mkdocstrings_handlers.python.config.Field":
3232
description = next(
3333
attr.value
3434
for attr in field.arguments

0 commit comments

Comments
 (0)