aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index e7f04e0..7769cf1 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -36,6 +36,8 @@ intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'pyramid': ('https://docs.pylonsproject.org/projects/pyramid/en/latest/', None),
'sqlalchemy': ('https://docs.sqlalchemy.org/en/14/', None),
+ 'jinja2': ('https://jinja.palletsprojects.com/en/3.0.x/', None),
+ 'markupsafe': ('https://markupsafe.palletsprojects.com/en/2.1.x/', None),
}
# Add any paths that contain templates here, relative to this directory.