ansys / ansys-sphinx-theme

PyData-based Sphinx theme from the PyAnsys community
https://sphinxdocs.ansys.com
MIT License
22 stars 5 forks source link

fix: Update ``autoapi`` style to for disabling ``prename`` display. #358

Closed Revathyvenugopal162 closed 5 months ago

Revathyvenugopal162 commented 6 months ago

Corrected display issue where function and property prefixes inside a class were improperly shown, e.g., FooObject --> bar_property displayed as FooObject.bar_property in the FooObject class instead of bar_property. This PR disables prefix display to maintain consistency with the function name only.