Skip to content

Commit

Permalink
chore: rebase for merging
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Oct 31, 2023
1 parent d486a8f commit 29f894c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@
python_use_unqualified_type_names = True

autodoc_type_aliases = {
'LegacyConverterImplSignature': 'LegacyConverterImplSignature',
'DynamoConverterImplSignature': 'DynamoConverterImplSignature',
'ConverterImplSignature': 'ConverterImplSignature',
"LegacyConverterImplSignature": "LegacyConverterImplSignature",
"DynamoConverterImplSignature": "DynamoConverterImplSignature",
"ConverterImplSignature": "ConverterImplSignature",
}

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

0 comments on commit 29f894c

Please sign in to comment.