Skip to content

Commit 2da65fd

Browse files
committed
Add tooltips to documentation cross-references
1 parent 332b7e8 commit 2da65fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
# Add any Sphinx extension module names here, as strings. They can be
4242
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
4343
extensions = [
44+
'hoverxref.extension',
4445
'notfound.extension',
4546
'sphinx.ext.autodoc',
4647
'sphinx.ext.intersphinx',

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx
2+
sphinx-hoverxref
23
sphinx-notfound-page
34
sphinx_rtd_theme

0 commit comments

Comments
 (0)