mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Re-export `py_sig_re
` from the Python domain
This commit is contained in:
parent
3bcc669f6c
commit
62c3bad0da
@ -47,6 +47,7 @@ from sphinx.domains.python._object import ( # NoQA: F401
|
|||||||
PyGroupedField,
|
PyGroupedField,
|
||||||
PyTypedField,
|
PyTypedField,
|
||||||
PyXrefMixin,
|
PyXrefMixin,
|
||||||
|
py_sig_re,
|
||||||
)
|
)
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user