[AstroPy] Cannot download astropy sphinx objects.inv

Thomas Robitaille thomas.robitaille at gmail.com
Wed Dec 11 06:01:20 EST 2013


Hi Duncan,

We are in the process of fixing it, the URL should be
http://docs.astropy.org/en/stable/objects.inv

You can fix it by adding

intersphinx_mapping = {
    'astropy': ('http://docs.astropy.org/en/stable/', None),
    }

to your conf.py. Any luck?

Tom

On 11 December 2013 05:33, Duncan Macleod <duncan.macleod at ligo.org> wrote:
> Hi guys,
>
> I am developing a project using sphinx that tries to reference the astropy
> docs, but I’m getting the following error:
>
> WARNING: intersphinx inventory 'http://www.astropy.org/objects.inv' not
> fetchable due to <class 'urllib2.HTTPError'>: HTTP Error 404: Not Found
>
> Is there a new/correct intersphinx URL for the astropy docs?
>
>
> Thanks
> Duncan
> --
> Duncan Macleod
> duncan.macleod at ligo.org
> LIGO Data Grid systems development
> Louisiana State University
>
>
> _______________________________________________
> AstroPy mailing list
> AstroPy at scipy.org
> http://mail.scipy.org/mailman/listinfo/astropy
>



More information about the AstroPy mailing list