From 62c3bad0da5a1d31887aee9ff36dfce402aff046 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Thu, 18 Apr 2024 04:10:56 +0100 Subject: [PATCH] Re-export ``py_sig_re`` from the Python domain --- sphinx/domains/python/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinx/domains/python/__init__.py b/sphinx/domains/python/__init__.py index 674b59dc393..ca3eec07dbc 100644 --- a/sphinx/domains/python/__init__.py +++ b/sphinx/domains/python/__init__.py @@ -47,6 +47,7 @@ PyGroupedField, PyTypedField, PyXrefMixin, + py_sig_re, ) logger = logging.getLogger(__name__)