summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/conf.py')
-rw-r--r--docs/docsite/rst/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/conf.py b/docs/docsite/rst/conf.py
index 906167af56..4b686f7dec 100644
--- a/docs/docsite/rst/conf.py
+++ b/docs/docsite/rst/conf.py
@@ -276,4 +276,4 @@ autoclass_content = 'both'
# location for the mappning to live) will confuse it.
intersphinx_mapping = {'python': ('https://docs.python.org/2/', (None, '../python2.inv')),
'python3': ('https://docs.python.org/3/', (None, '../python3.inv')),
- 'jinja': ('http://jinja.palletsprojects.com/', (None, '../jinja.inv'))}
+ 'jinja2': ('http://jinja.palletsprojects.com/', (None, '../jinja2.inv'))}