Re-export `py_sig_re` from the Python domain

This commit is contained in:
Adam Turner 2024-04-18 04:10:56 +01:00
parent 3bcc669f6c
commit 62c3bad0da

View File

@ -47,6 +47,7 @@ from sphinx.domains.python._object import ( # NoQA: F401
PyGroupedField,
PyTypedField,
PyXrefMixin,
py_sig_re,
)
logger = logging.getLogger(__name__)