Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24353 closed Bug (invalid)

docs build system in Jenkins fails due to Sphinx error

Reported by: Anoop Thomas Mathew Owned by: nobody
Component: Utilities Version: dev
Severity: Release blocker Keywords: build system, docs, ci
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://djangoci.com/job/docs/423/console

Shows an error:

WARNING: intersphinx inventory 'http://pythonhosted.org/six/objects.inv' not fetchable due to <class 'urllib.error.HTTPError'>: HTTP Error 500: Internal Server Error

Sphinx is not able to fetch the objects.inv file.

Change History (2)

comment:1 by Tim Graham, 9 years ago

Resolution: invalid
Status: newclosed

It seems like a problem with the six website. I think we'll just have to wait until it's fixed.

comment:2 by Aymeric Augustin, 9 years ago

It was a transient failure. The URL works now.

Note: See TracTickets for help on using tickets.
Back to Top