Public bug reported: While working on the development of a Python package I created (deb-pkg- tools) that uses python-apt and refers to its documentation I noticed that the online documentation seems to have disappeared...
This makes it impossible for my project to cross-reference the python- apt documentation, something that used to work fine a few months ago :-(. Here's what Sphinx has to say on the matter: $ make docs Running Sphinx v1.8.1 loading translations [en]... done loading pickled environment... done loading intersphinx inventory from https://apt.alioth.debian.org/python-apt-doc/objects.inv... WARNING: failed to reach any of the inventories with the following issues: WARNING: intersphinx inventory 'https://apt.alioth.debian.org/python-apt-doc/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: ('intersphinx inventory %r not fetchable due to %s: %s', 'https://apt.alioth.debian.org/python-apt-doc/objects.inv', <class 'requests.exceptions.ConnectionError'>, ConnectionError(...)) When I look at https://readthedocs.org/projects/deb-pkg- tools/builds/6801480/ I can see that in February 2018 this was still working fine, but the domain apt.alioth.debian.org no longer resolves. It might be that the documentation has moved somewhere else, without a redirect in place, however I spent more than an hour looking and couldn't find the new location (if it exists): 1. https://pypi.org/project/python-apt/ links to the broken domain. 2. http://www.sphinx-doc.org/en/master/examples.html also links to the broken domain. Would it be possible to make the Sphinx based documentation on python- apt available online again? Personally I have good experiences with Read The Docs and I'd love to see https://python-apt.readthedocs.io/ be brought into existence 😇. ** Affects: python-apt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1799807 Title: Sphinx documentation no longer available online (apt.alioth.debian.org unavailable) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1799807/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
