We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently the 3.12 docs are built with Sphinx 4.5.0 (it's shown in the page footer) and 3.13 with Sphinx 6.2.0.
Compare these pages in dark mode:
Looks fine in light mode:
Previously, we had this CSS from pydoctheme_dark.css applied to <div class="contents local topic" id="contents">:
pydoctheme_dark.css
<div class="contents local topic" id="contents">
div.topic, div.note { background-color: rgba(255, 255, 255, 0.1); border-color: currentColor; }
But now the HTML structure has changed to <nav class="contents local" id="contents"> so the CSS doesn't apply.
<nav class="contents local" id="contents">
The source RST:
.. contents:: :depth: 1 :local:
Currently the 3.12 docs are built with Sphinx 4.5.0 (it's shown in the page footer) and 3.13 with Sphinx 6.2.0.
Compare these pages in dark mode:
Looks fine in light mode:
Previously, we had this CSS from
pydoctheme_dark.cssapplied to<div class="contents local topic" id="contents">:But now the HTML structure has changed to
<nav class="contents local" id="contents">so the CSS doesn't apply.The source RST: