File: 0004-Disable-sphinx-hoverxref.patch

package info (click to toggle)
python-scrapy 2.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,664 kB
  • sloc: python: 52,028; xml: 199; makefile: 25; sh: 7
file content (20 lines) | stat: -rw-r--r-- 535 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Andrey Rakhmatullin <wrar@debian.org>
Date: Sat, 9 Aug 2025 17:06:06 +0500
Subject: Disable sphinx-hoverxref.

---
 docs/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 4a0ff42..075f645 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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",