File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 40
40
# ones.
41
41
extensions = [
42
42
'recommonmark' ,
43
+ 'sphinx.ext.intersphinx' ,
43
44
]
44
45
45
46
# Add any paths that contain templates here, relative to this directory.
59
60
#
60
61
# This is also used if you do content translation via gettext catalogs.
61
62
# Usually you set "language" from the command line for these cases.
62
- language = None
63
+ language = 'en'
63
64
64
65
# List of patterns, relative to source directory, that match files and
65
66
# directories to ignore when looking for source files.
160
161
'Miscellaneous' ),
161
162
]
162
163
164
+ # -- Mapping for Intersphinx -------------------------------------------------
165
+
166
+ intersphinx_mapping = {
167
+ 'community' : (
168
+ f"https://www.tarantool.io/{ language } /doc/latest" ,
169
+ f"community.inv"
170
+ )
171
+ }
163
172
164
173
# -- Extension configuration -------------------------------------------------
You can’t perform that action at this time.
0 commit comments