File: 0002-Drop-hoverxref.patch

package info (click to toggle)
python-w3lib 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 396 kB
  • sloc: python: 3,141; makefile: 133
file content (20 lines) | stat: -rw-r--r-- 604 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@wrar.name>
Date: Sat, 9 Aug 2025 23:40:51 +0500
Subject: Drop hoverxref.

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

diff --git a/docs/conf.py b/docs/conf.py
index b65502e..2d5ff38 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,6 @@ sys.path.insert(0, os.path.abspath(".."))
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = [
-    "hoverxref.extension",
     "notfound.extension",
     "sphinx.ext.autodoc",
     "sphinx.ext.doctest",