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
When parsing rst ordered lists, you can do something like:
a. item A
b. item B
Either sphinx or docutils is converting this into <ol class="loweralpha simple"> etc with the list style being applied in basic.css by the default theme:
sphinx-material does not define these classes however, so these lists end up with roman numerals 1, 2, 3 etc in the generated html, contradicting the rst source code.
The text was updated successfully, but these errors were encountered:
When parsing rst ordered lists, you can do something like:
Either sphinx or docutils is converting this into
<ol class="loweralpha simple">
etc with the list style being applied inbasic.css
by the default theme:sphinx-material does not define these classes however, so these lists end up with roman numerals 1, 2, 3 etc in the generated html, contradicting the rst source code.
The text was updated successfully, but these errors were encountered: