[sphinx-dev] Why does sphinx contact python.org on an html build?

2009-10-02 Thread Fernando Perez
Howdy, I noticed that every time I run make clean make html on a sphinx-based site, I have a short stall and network activity, so I ran wireshark in the background, and it captured this conversation between my machine and 82.94.164.162: GET /objects.inv HTTP/1.1 Accept-Encoding: identity

[sphinx-dev] Re: Why does sphinx contact python.org on an html build?

2009-10-02 Thread jonas
On 02.10.2009 11:14, Fernando Perez wrote: Howdy, I noticed that every time I run make clean make html on a sphinx-based site, I have a short stall and network activity, so I ran wireshark in the background, and it captured this conversation between my machine and 82.94.164.162 [...]

[sphinx-dev] Re: Why does sphinx contact python.org on an html build?

2009-10-02 Thread Fernando Perez
On Fri, Oct 2, 2009 at 4:36 AM, jo...@lophus.org wrote: That's the sphinx plugin intersphinx which automatically links references to standard-python (or other, if you configure it to do so) names (e.g. `list`, `str`, `int`, `map`, `filter` but also `configparser`, `os`, `sys` and so on).