Skip to content

Commit 29f894c

Browse files
committed
chore: rebase for merging
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent d486a8f commit 29f894c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docsrc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@
179179
python_use_unqualified_type_names = True
180180

181181
autodoc_type_aliases = {
182-
'LegacyConverterImplSignature': 'LegacyConverterImplSignature',
183-
'DynamoConverterImplSignature': 'DynamoConverterImplSignature',
184-
'ConverterImplSignature': 'ConverterImplSignature',
182+
"LegacyConverterImplSignature": "LegacyConverterImplSignature",
183+
"DynamoConverterImplSignature": "DynamoConverterImplSignature",
184+
"ConverterImplSignature": "ConverterImplSignature",
185185
}
186186

187187
# -- A patch that prevents Sphinx from cross-referencing ivar tags -------

0 commit comments

Comments
 (0)