Skip to content

Commit 54d693b

Browse files
committed
refwarn
1 parent e5b3b49 commit 54d693b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@
185185
('js:func', 'number'),
186186
('js:func', 'string'),
187187
('py:attr', 'srcline'),
188-
('py:class', '_AutodocProcessDocstringListener'),
188+
('py:class', '_AutodocProcessDocstringListener'), # sphinx.application.Sphinx.connect
189+
('py:class', '_AutodocProcessSignatureListener '), # sphinx.application.Sphinx.connect
190+
('py:class', '_AutodocSkipMemberListener '), # sphinx.application.Sphinx.connect
189191
('py:class', '_ConfigRebuild'), # sphinx.application.Sphinx.add_config_value
190192
# sphinx.application.Sphinx.add_html_math_renderer
191193
('py:class', '_MathsBlockRenderers'),

0 commit comments

Comments
 (0)