Closed oschwald closed 10 years ago
Yeah, I noticed but have not had time to look in to what it may be and don't really know how to find out exactly. Maybe it's the heading missing the upper syntax?
You can edit the description of the package directly on PyPI until it goes away. My guess is that it doesn't like the Sphinx directives.
Ahh I see, it's @jennifere owning the package, so I can't try it out. Yeah, taught I was smart reusing the same index page :smiley:, guess I have to drop the toctree at least.
I just edited it on PyPi. I removed the toctree and the image stuff.
Look at that, looks nice. :+1: I'll drop them from master.
Fixed in 1838576bb49c1ddf97594bebb386f233a4bb07e0 and fcff40d505b99341e73afaf51fdc26da42e61bb5.
See https://pypi.python.org/pypi/pygeoip/. This generally happens when there is reStructuredText directives that are invalid or only available in newer versions of Docutils. PyPI is generally several versions behind.