Skip to content

Commit 57569cd

Browse files
committed
🚀 i did it
1 parent 0f8a88d commit 57569cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sphinx/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ def setup(app):
282282
app.add_css_file("reference_format.css")
283283
# Add a warning banner at the top of the page if viewing the "latest" docs
284284
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")
285+
# Match the color theme of tooltips to PyData Sphinx Theme light/dark mode
286+
app.add_css_file("tooltipster_color_theming.css")
287287

288288
# -- Options for LaTeX output ---------------------------------------------
289289

0 commit comments

Comments
 (0)