Napoleon rubrics (e.g., EXAMPLE) not formatted correctly. #573
Unanswered
sscherfke
asked this question in
Potential Issue
Replies: 2 comments
-
Got an example documentation for me to investigate this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here, for example: https://typed-settings.readthedocs.io/en/latest/apiref.html#typed_settings.find |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some docstring sections/rubrics from Napoleon (e.g., Example(s)) are not rendered as
<dt>
but as<p class="rubric">
. Furo does not style them in the same ways as PARAMETER or RETURN. It is not as bold (400, but should be 500) and the trailing:
is missing.I currently have the following CSS rules in a custom CSS file to fix this:
Beta Was this translation helpful? Give feedback.
All reactions