We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f5c45 commit 18603d3Copy full SHA for 18603d3
seed_intersphinx_mapping/extension.py
@@ -118,6 +118,8 @@ def setup(app: Sphinx) -> Dict[str, Any]:
118
# this package
119
from seed_intersphinx_mapping import __version__
120
121
+ app.setup_extension("sphinx.ext.intersphinx")
122
+
123
# Either:
124
# - "requirements"
125
# - a list of directories containing requirements.txt files relative to the repository root
0 commit comments