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 0f8a88d commit 57569cdCopy full SHA for 57569cd
docs/sphinx/source/_static/tooltips_matching_color_scheme.css renamed to docs/sphinx/source/_static/tooltipster_color_theming.css
docs/sphinx/source/conf.py
@@ -282,8 +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")
+ # Match the color theme of tooltips to PyData Sphinx Theme light/dark mode
+ app.add_css_file("tooltipster_color_theming.css")
287
288
# -- Options for LaTeX output ---------------------------------------------
289
0 commit comments