File: no-sphinx-hoverxref.diff

package info (click to toggle)
setuptools 66.1.1-1%2Bdeb12u2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 9,600 kB
  • sloc: python: 59,925; ansic: 196; makefile: 84; xml: 14
file content (22 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,19 +102,6 @@ intersphinx_mapping.update({
     ),
 })
 
-# Support tooltips on references
-extensions += ['hoverxref.extension']
-hoverxref_auto_ref = True
-hoverxref_intersphinx = [
-    'python',
-    'pip',
-    'build',
-    'PyPUG',
-    'packaging',
-    'twine',
-    'importlib-resources',
-]
-
 # Add support for linking usernames
 github_url = 'https://github.com'
 github_repo_org = 'pypa'