|
186 | 186 | ('js:func', 'number'),
|
187 | 187 | ('js:func', 'string'),
|
188 | 188 | ('py:attr', 'srcline'),
|
| 189 | + ('py:class', '_ConfigRebuild'), # sphinx.application.Sphinx.add_config_value |
189 | 190 | ('py:class', '_StrPath'), # sphinx.environment.BuildEnvironment.doc2path
|
190 | 191 | ('py:class', 'Element'), # sphinx.domains.Domain
|
191 | 192 | ('py:class', 'Documenter'), # sphinx.application.Sphinx.add_autodocumenter
|
192 | 193 | ('py:class', 'IndexEntry'), # sphinx.domains.IndexEntry
|
| 194 | + ('py:class', 'Lexer'), # sphinx.application.Sphinx.add_lexer |
193 | 195 | ('py:class', 'Node'), # sphinx.domains.Domain
|
194 | 196 | ('py:class', 'NullTranslations'), # gettext.NullTranslations
|
| 197 | + ('py:class', 'Path'), # sphinx.application.Sphinx.connect |
195 | 198 | ('py:class', 'RoleFunction'), # sphinx.domains.Domain
|
196 | 199 | ('py:class', 'RSTState'), # sphinx.utils.parsing.nested_parse_to_nodes
|
197 | 200 | ('py:class', 'Theme'), # sphinx.application.TemplateBridge
|
198 | 201 | ('py:class', 'SearchLanguage'), # sphinx.application.Sphinx.add_search_language
|
199 | 202 | ('py:class', 'StringList'), # sphinx.utils.parsing.nested_parse_to_nodes
|
200 | 203 | ('py:class', 'system_message'), # sphinx.utils.docutils.SphinxDirective
|
201 | 204 | ('py:class', 'TitleGetter'), # sphinx.domains.Domain
|
| 205 | + ('py:class', 'todo_node'), # sphinx.application.Sphinx.connect |
| 206 | + ('py:class', 'Transform'), # sphinx.application.Sphinx.add_transform |
202 | 207 | ('py:class', 'XRefRole'), # sphinx.domains.Domain
|
203 | 208 | ('py:class', 'docutils.nodes.Element'),
|
204 | 209 | ('py:class', 'docutils.nodes.Node'),
|
|
210 | 215 | ('py:class', 'docutils.parsers.rst.states.Inliner'),
|
211 | 216 | ('py:class', 'docutils.transforms.Transform'),
|
212 | 217 | ('py:class', 'nodes.NodeVisitor'),
|
| 218 | + ('py:class', 'nodes.TextElement'), # sphinx.application.Sphinx.connect |
213 | 219 | ('py:class', 'nodes.document'),
|
214 | 220 | ('py:class', 'nodes.reference'),
|
215 | 221 | ('py:class', 'pygments.lexer.Lexer'),
|
|
0 commit comments