Coder Social home page Coder Social logo

Comments (4)

haraldschilly avatar haraldschilly commented on July 26, 2024

Hmm, I have to check how this is setup. The documentation, like the website, is hosted on github and (last time I checked) served via fastly.net. I'll check if cloudflare is setup, too.

However, downloading the file directly via "urllib" works. I.e. can you try a path like https://github.com/sagemath/documentation/raw/gh-pages/html/en/reference/objects.inv ?

Also, you can try again with the settings you already have, e.g. this works for me in python 3:

note: there is no https, I got a certificate error from the urllib library

>>> import urllib.request
>>> x = urllib.request.urlopen('http://doc.sagemath.org/html/en/reference/objects.inv')
>>> x.read()[:1000]
b'# Sphinx inventory version 2\n# Project: Sage Reference Manual\n# Version: 7.6\n# The remainder of this file is compressed using zlib.\nx\xda\xbc\xbd\xdb\x92\xec\xb6\x956x\xaf\xa7\xc8\x [...]

from sage-archive-2023-02-01.

nthiery avatar nthiery commented on July 26, 2024

from sage-archive-2023-02-01.

haraldschilly avatar haraldschilly commented on July 26, 2024

With sphinx 1.5.5 running in python3 this works fine.

just FYI: there was also cloudflare in the game, so when you check 1.3.6 in py2 it could work right now, too. it's all kind of outsourced by setting it up once and then forgotten.

from sage-archive-2023-02-01.

nthiery avatar nthiery commented on July 26, 2024

from sage-archive-2023-02-01.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.