-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Differences with rendering of param and tparam attributes between versions 4.28 and 4.29 #693
Comments
The same issue is observed with |
@K3WLBUDDY If I assume Breathe 4.29.0, then this is probably because of #670. However, in screenshot of #670 you can see it renders differently with proper Can you try latest Breathe and also post Sphinx version or try with newer Sphinx? If that doesn't work, can you add reproduction case? |
hey, i'm experiencing the same issue in the c# domain starting from 4.29.0, parameters and the return value are printed as a table without the sphinx version does not seem to matter with the same rendering for 3.5.4 (highest available for breathe==4.28.0) and 4.1.2 when upgrading sphinx to latest i've been trying different combinations of sphinx and breathe to try and narrow this down. when installing (downgrading)
with that the output is rendered as expected with proper section headers and nicely formatted params (note the if i force upgrade to latest sphinx, docutils and even sphinx-rtd-theme afterwards, the render is still the same as above (so fine despite dependency mismatch / error), so it seems its just the bump to
i'd be happy to provide more information / testing if necessary thanks, |
This new rendering is intentional as it uses the underlying Sphinx machinery instead of custom Breathe functionality. See also #708. In short, in your theme it should be possible to add CSS to change the appearance of the field lists to get something very close to the old style. But if some extra markup is needed please reopen. |
Source doxygen comment:
Output with Breathe 4.28 which seems to be the correct one:
Output with Breathe 4.29 which seems to be borked:
The text was updated successfully, but these errors were encountered: