Skip to content

Commit 10aa08b

Browse files
committed
Imma stupid for this, sorry Kevin 🙇
1 parent 1553f90 commit 10aa08b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/sphinx/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +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")
285287

286288
# -- Options for LaTeX output ---------------------------------------------
287289

0 commit comments

Comments
 (0)