Package: python-django-contact-form / 2.0.1-3

Metadata

Package Version Patches format
python-django-contact-form 2.0.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Use local inventory for intersphinx.patch | (download)

docs/conf.py | 27 21 + 6 - 0 !
1 file changed, 21 insertions(+), 6 deletions(-)

 use local inventory for intersphinx

The upstream way is to fetch the interspinx inventary by https from
docs.djangoproject.com.
Using instead the packages stuff from python3-django-doc.

This patch is basicaly completely taken from python-testfixtures and was
written by Michael Fladischer <FladischerMichael@fladi.at>.