Skip to content

Commit 18603d3

Browse files
committed
Explicitly set up the intersphinx extension.
1 parent 23f5c45 commit 18603d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seed_intersphinx_mapping/extension.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ def setup(app: Sphinx) -> Dict[str, Any]:
118118
# this package
119119
from seed_intersphinx_mapping import __version__
120120

121+
app.setup_extension("sphinx.ext.intersphinx")
122+
121123
# Either:
122124
# - "requirements"
123125
# - a list of directories containing requirements.txt files relative to the repository root

0 commit comments

Comments
 (0)