File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Bugs fixed
6
6
7
7
* #12295: Re-export all AST types in the C and C++ domains.
8
8
Patch by Adam Turner.
9
+ * #12295: Re-export various objects from ``sphinx.domains.python._annotations ``
10
+ in ``sphinx.domains.python ``.
11
+ Patch by Jacob Chesslo and Adam Turner.
9
12
10
13
Release 7.3.5 (released Apr 17, 2024)
11
14
=====================================
Original file line number Diff line number Diff line change 38
38
39
39
# re-export objects for backwards compatibility
40
40
# xref https://github.com/sphinx-doc/sphinx/issues/12295
41
+ from sphinx .domains .python ._annotations import ( # NoQA: F401
42
+ _parse_arglist , # for sphinx-immaterial
43
+ type_to_xref ,
44
+ )
41
45
from sphinx .domains .python ._object import ( # NoQA: F401
42
46
PyField ,
43
47
PyGroupedField ,
44
48
PyTypedField ,
45
49
PyXrefMixin ,
46
- py_sig_re ,
47
50
)
48
51
49
52
logger = logging .getLogger (__name__ )
You can’t perform that action at this time.
0 commit comments