File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 175175# Tell sphinx what the pygments highlight language should be.
176176highlight_language = "cpp"
177177
178- autodoc_typehints_format = ' short'
178+ autodoc_typehints_format = " short"
179179python_use_unqualified_type_names = True
180180
181181autodoc_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 -------
You can’t perform that action at this time.
0 commit comments