From 10c0651ad699efd3c2bd61f40c2c78471b1e5892 Mon Sep 17 00:00:00 2001 From: Michael Johansen Date: Wed, 10 Sep 2025 15:22:52 -0500 Subject: [PATCH] Enable process_docstring for ni.measurementlink.proto Signed-off-by: Michael Johansen --- packages/ni.measurementlink.proto/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ni.measurementlink.proto/docs/conf.py b/packages/ni.measurementlink.proto/docs/conf.py index 460b24c3..59745c92 100644 --- a/packages/ni.measurementlink.proto/docs/conf.py +++ b/packages/ni.measurementlink.proto/docs/conf.py @@ -62,7 +62,7 @@ def process_docstring(app, what, name, obj, options, lines): def setup(sphinx): """Sphinx setup callback.""" - pass + sphinx.connect("autodoc-process-docstring", process_docstring) # List of patterns, relative to source directory, that match files and