summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-08-01 17:32:58 +0100
committerGitHub <noreply@github.com>2022-08-01 17:32:58 +0100
commit00eaec7a0c4e49af9c4062145c969f08d2953abe (patch)
tree26ac5421a2fa1c040eaa880354fee717556611a4 /docs/conf.py
parentfe6d794adea937f08146084495d0721a375d8ce7 (diff)
parent3ecabf8583b6e57d3ac47b34d6afec0b9d00b167 (diff)
downloadpython-setuptools-git-00eaec7a0c4e49af9c4062145c969f08d2953abe.tar.gz
Merge branch 'main' into docs-notfound-page
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3fedbbc4..9a4e33b7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -102,6 +102,19 @@ 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'