We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d486a8f commit 29f894cCopy full SHA for 29f894c
docsrc/conf.py
@@ -179,9 +179,9 @@
179
python_use_unqualified_type_names = True
180
181
autodoc_type_aliases = {
182
- 'LegacyConverterImplSignature': 'LegacyConverterImplSignature',
183
- 'DynamoConverterImplSignature': 'DynamoConverterImplSignature',
184
- 'ConverterImplSignature': 'ConverterImplSignature',
+ "LegacyConverterImplSignature": "LegacyConverterImplSignature",
+ "DynamoConverterImplSignature": "DynamoConverterImplSignature",
+ "ConverterImplSignature": "ConverterImplSignature",
185
}
186
187
# -- A patch that prevents Sphinx from cross-referencing ivar tags -------
0 commit comments