Skip to content

Commit 74f2d2d

Browse files
committed
docs(fix[widgets]): update widget template code reference
why: The template comment should point at the canonical docs._ext.widgets module path. what: - update the widget.html comment to reference docs._ext.widgets._base
1 parent b0c59aa commit 74f2d2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_widgets/mcp-install/widget.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
MCPInstallWidget.context() / the directive's option merge.
55

66
Each code block runs through the `highlight` filter (defined in
7-
widgets._base.make_highlight_filter) which wraps Sphinx's PygmentsBridge —
7+
docs._ext.widgets._base.make_highlight_filter) which wraps Sphinx's
8+
PygmentsBridge —
89
so the output is byte-identical to a native ``.. code-block::`` block,
910
meaning sphinx-copybutton + its prompt-strip regex work automatically.
1011
#}

0 commit comments

Comments
 (0)