sphinx_rtd_theme icon indicating copy to clipboard operation
sphinx_rtd_theme copied to clipboard

fixed the issue of Unequal number of <div> and </div> in sphinx_rtd_theme/layout.html

Open NaincyKumariKnoldus opened this issue 2 years ago • 3 comments

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!

NaincyKumariKnoldus avatar Jan 10 '22 12:01 NaincyKumariKnoldus

I think the CI failures are unrelated, see #1275.

astrojuanlu avatar Jan 11 '22 12:01 astrojuanlu

This fixes #1273

nienn avatar Jan 12 '22 08:01 nienn

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.

mitya57 avatar Jan 15 '22 21:01 mitya57