Description: Remove the sphinx-hoverxref extension since it has been deprecated
 upstream, and it is currently causing build issues:
 .
 /usr/lib/python3/dist-packages/hoverxref/extension.py:67:
       RemovedInSphinx90Warning: The '_Opt' object tuple interface is deprecated, use
       attribute access instead for 'default', 'rebuild', and 'valid_types'.
 context[attr] = app.config.values[attr][0]
Author: Santiago Ruano Rincón <santiago@freexian.com>
Last-Update: 2025-08-20

Index: tango/doc/src/source/conf.py
===================================================================
--- tango.orig/doc/src/source/conf.py
+++ tango/doc/src/source/conf.py
@@ -49,7 +49,6 @@ extensions = [
     "sphinx_togglebutton",
     "sphinx_design",
     "sphinxcontrib.mermaid",
-    "hoverxref.extension",
     "sphinx_tags",
     "sphinx_reredirects",
 ]
@@ -62,14 +61,6 @@ myst_enable_extensions = [
     "fieldlist",
 ]
 
-hoverxref_roles = [
-    "term",
-]
-
-hoverxref_role_types = {
-    "term": "tooltip",
-}
-
 # Allow implicit target anchors for headings down to this level
 myst_heading_anchors = 5
 
