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 2017-07-28 11:56:34.275597277 +0200
+++ b/docs/conf.py 2017-07-28 11:59:42.872809754 +0200
@@ -167,9 +167,9 @@ htmlhelp_basename = 'atemplatedoc'
# for cross referencing documentations
intersphinx_mapping = {
- 'jinja2': ('http://jinja.pocoo.org/docs/', None),
- 'pyramid': ('http://docs.pylonsproject.org/projects/pyramid/en/latest/', None),
- 'pyramid_zcml': ('http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/', None),
+ 'jinja2': ('http://jinja.pocoo.org/docs/', 'jinja2.inv'),
+ 'pyramid': ('http://docs.pylonsproject.org/projects/pyramid/en/latest/', 'pyramid.inv'),
+ 'pyramid_zcml': ('http://docs.pylonsproject.org/projects/pyramid_zcml/en/latest/', 'pyramid_zcml.inv'),
'pytest': ('http://pytest.org/latest/', None),
}