Skip to content

Commit ec1d5ac

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 ec1d5ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docsrc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@
175175
# Tell sphinx what the pygments highlight language should be.
176176
highlight_language = "cpp"
177177

178-
autodoc_typehints_format = 'short'
178+
autodoc_typehints_format = "short"
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)