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
The one downside is that this enforces the level of the heading and the one nice thing
about sphinx is that you merely specify "heading" and the level implicitly determined (how many heading level specified above)
The text was updated successfully, but these errors were encountered:
mostly this means finding all the headings:
Heading 1
=============
and replacing with
# Heading 1
The one downside is that this enforces the level of the heading and the one nice thing
about sphinx is that you merely specify "heading" and the level implicitly determined (how many heading level specified above)
The text was updated successfully, but these errors were encountered: