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 175
175
# Tell sphinx what the pygments highlight language should be.
176
176
highlight_language = "cpp"
177
177
178
- autodoc_typehints_format = ' short'
178
+ autodoc_typehints_format = " short"
179
179
python_use_unqualified_type_names = True
180
180
181
181
autodoc_type_aliases = {
182
- ' LegacyConverterImplSignature' : ' LegacyConverterImplSignature' ,
183
- ' DynamoConverterImplSignature' : ' DynamoConverterImplSignature' ,
184
- ' ConverterImplSignature' : ' ConverterImplSignature' ,
182
+ " LegacyConverterImplSignature" : " LegacyConverterImplSignature" ,
183
+ " DynamoConverterImplSignature" : " DynamoConverterImplSignature" ,
184
+ " ConverterImplSignature" : " ConverterImplSignature" ,
185
185
}
186
186
187
187
# -- A patch that prevents Sphinx from cross-referencing ivar tags -------
You can’t perform that action at this time.
0 commit comments