aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-11-17 22:45:57 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-11-17 22:45:57 +0100
commitc1f8b0e55db852e4cfffd75af34bd6f146b35b77 (patch)
treea0ea6f114d2baa9cc4772e789fc1c7c3fd7ea8a8
parentb12336b2eabb2787c9089eae438b753856d361f3 (diff)
downloadfietsboek-c1f8b0e55db852e4cfffd75af34bd6f146b35b77.tar.gz
fietsboek-c1f8b0e55db852e4cfffd75af34bd6f146b35b77.tar.bz2
fietsboek-c1f8b0e55db852e4cfffd75af34bd6f146b35b77.zip
doc: add intersphinx links for jinja2/markupsafe
-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.