Source: sqlalchemy Version: 1.0.13+ds1-1 Severity: minor Hi,
While building the sqlalchemy package, I've noticed: cd doc/build && sphinx-build -N -q -E -b html . \ /<<BUILDDIR>>/sqlalchemy-1.0.13+ds1/debian/python-sqlalchemy-doc/usr/share/doc/python-sqlalchemy-doc/html/ WARNING: intersphinx inventory 'http://alembic.readthedocs.org/en/latest/objects.inv' not fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 401: Unauthorized It's always failing probably due to pybuild setting http_proxy=127.0.0.1:9, whoever, it'd still be nice to patch conf.py to remove the intersphinx module when building the docs. Due to the fact it doesn't have much impact (the package doesn't FTBFS), I've set severity to minor. Cheers, Thomas Goirand (zigo)