sphinx_rtd_theme
sphinx_rtd_theme copied to clipboard
fixed the issue of Unequal number of <div> and </div> in sphinx_rtd_theme/layout.html
I have fixed the issue of Unequal number of
and
in sphinx_rtd_theme/layout.html. Now its both equal.
Please review and merge my PR. Thanks!
I think the CI failures are unrelated, see #1275.
This fixes #1273
This change is wrong. Inside the <section>
, all divs are closed properly.
Perhaps you were counting two kinds of <div class="rst-content">
as two distinct tags? They are in if/else block, so should be counted as one.
Also, this file uses two-spaces indentation. Your closing tag uses is indented by an odd amount of spaces, and does not match any opening tag.