Remove the deprecated sphinx-hoverxref (#6922)

This commit is contained in:
Adrián Chaves 2025-06-28 15:04:06 +02:00 committed by Andrey Rakhmatullin
parent c83ca70db3
commit d091256c58
2 changed files with 1 additions and 20 deletions

View File

@ -27,7 +27,6 @@ author = "Scrapy developers"
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [
"hoverxref.extension",
"notfound.extension",
"scrapydocs",
"sphinx.ext.autodoc",
@ -158,22 +157,5 @@ intersphinx_mapping = {
}
intersphinx_disabled_reftypes: Sequence[str] = []
# -- Options for sphinx-hoverxref extension ----------------------------------
# https://sphinx-hoverxref.readthedocs.io/en/latest/configuration.html
hoverxref_auto_ref = True
hoverxref_role_types = {
"class": "tooltip",
"command": "tooltip",
"confval": "tooltip",
"hoverxref": "tooltip",
"mod": "tooltip",
"ref": "tooltip",
"reqmeta": "tooltip",
"setting": "tooltip",
"signal": "tooltip",
}
hoverxref_roles = ["command", "reqmeta", "setting", "signal"]
# -- Other options ------------------------------------------------------------
default_dark_mode = False

View File

@ -1,5 +1,4 @@
sphinx==8.1.3
sphinx-hoverxref==1.4.2
sphinx-notfound-page==1.0.4
sphinx-rtd-theme==3.0.2
sphinx-rtd-dark-mode==1.3.0