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 1a04f06 commit 12ffb12Copy full SHA for 12ffb12
source/conf.py
@@ -40,6 +40,7 @@
40
# ones.
41
extensions = [
42
'recommonmark',
43
+ 'sphinx.ext.intersphinx',
44
]
45
46
# Add any paths that contain templates here, relative to this directory.
@@ -160,5 +161,13 @@
160
161
'Miscellaneous'),
162
163
164
+# -- Mapping for Intersphinx -------------------------------------------------
165
+
166
+intersphinx_mapping = {
167
+ 'community': (
168
+ "https://www.tarantool.io/en/doc/latest",
169
+ "community.inv"
170
+ )
171
+}
172
173
# -- Extension configuration -------------------------------------------------
0 commit comments