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.
1 parent 1553f90 commit 10aa08bCopy full SHA for 10aa08b
docs/sphinx/source/_static/hoverxref-darkmode.css renamed to docs/sphinx/source/_static/tooltips_matching_color_scheme.css
docs/sphinx/source/conf.py
@@ -282,6 +282,8 @@ def setup(app):
282
app.add_css_file("reference_format.css")
283
# Add a warning banner at the top of the page if viewing the "latest" docs
284
app.add_js_file("version-alert.js")
285
+ # Match the color scheme of the hover tooltips to PyData Sphinx Theme
286
+ app.add_css_file("tooltips_matching_color_scheme.css")
287
288
# -- Options for LaTeX output ---------------------------------------------
289
0 commit comments