File pyramid_jinja2-local-intersphinx-files.patch of Package python-pyramid_jinja2
diff -rup a/docs/conf.py b/docs/conf.py
--- a/docs/conf.py 2023-01-03 04:06:56.000000000 +0100
+++ b/docs/conf.py 2024-02-16 21:26:32.627973853 +0100
@@ -172,11 +172,11 @@ htmlhelp_basename = "atemplatedoc"
# for cross referencing documentations
intersphinx_mapping = {
- "jinja2": ("https://jinja.palletsprojects.com/en/latest/", None),
- "pyramid": ("https://docs.pylonsproject.org/projects/pyramid/en/latest/", None),
+ "jinja2": ("https://jinja.palletsprojects.com/en/latest/", 'jinja2.inv'),
+ "pyramid": ("https://docs.pylonsproject.org/projects/pyramid/en/latest/", 'pyramid.inv'),
"pyramid_zcml": (
"https://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/",
- None,
+ 'pyramid_zcml.inv',
),
"pytest": ("https://docs.pytest.org/en/latest/", None),
}