Skip to content

Commit 8bf0cbe

Browse files
committed
reset to master
1 parent 45ae9fa commit 8bf0cbe

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/conf.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
# ones.
4141
extensions = [
4242
'recommonmark',
43+
'sphinx.ext.intersphinx',
4344
]
4445

4546
# Add any paths that contain templates here, relative to this directory.
@@ -59,7 +60,7 @@
5960
#
6061
# This is also used if you do content translation via gettext catalogs.
6162
# Usually you set "language" from the command line for these cases.
62-
language = None
63+
language = 'en'
6364

6465
# List of patterns, relative to source directory, that match files and
6566
# directories to ignore when looking for source files.
@@ -160,5 +161,13 @@
160161
'Miscellaneous'),
161162
]
162163

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+
}
163172

164173
# -- Extension configuration -------------------------------------------------

0 commit comments

Comments
 (0)