You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #20962 [Validator] avoid broken rendering of inline types in UniqueEntity (santysisi)
This PR was merged into the 6.4 branch.
Discussion
----------
[Validator] avoid broken rendering of inline types in `UniqueEntity`
This PR fixes an issue in the documentation where inline type annotations like | ``string`` | were not rendering correctly due to reStructuredText interpreting the | characters as substitution references.
Changes:
Replaced | ``string`` | with a more reliable format: boolean, string or array
Ensures consistent rendering across Sphinx and other reST parsers
This improves readability and avoids confusion when displaying valid type options in inline documentation.
Commits
-------
fc01784 [Validator] avoid broken rendering of inline types in UniqueEntity
0 commit comments