diff --git a/docs/_static/css/theme_overrides.css b/docs/_static/css/theme_overrides.css index cdd1206a..9fc908dd 100644 --- a/docs/_static/css/theme_overrides.css +++ b/docs/_static/css/theme_overrides.css @@ -136,3 +136,8 @@ li:has(> a[href^="gen_"]), li:has(> a[href*="/gen_"]) { display: none; } + +/* Remove the mermaidTooltip */ +.mermaidTooltip { + display: none !important; +} diff --git a/docs/_templates/mkdocstrings/python/readthedocs/class.html.jinja b/docs/_templates/mkdocstrings/python/readthedocs/class.html.jinja index bcdccc4f..fd445451 100644 --- a/docs/_templates/mkdocstrings/python/readthedocs/class.html.jinja +++ b/docs/_templates/mkdocstrings/python/readthedocs/class.html.jinja @@ -35,7 +35,7 @@ {% endfor %}