Re: PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread Leonardo Giordani
The libev problem happens on my local Ubuntu 14.10 too. It is not a pike requirement however (not installed by 'pip install pika'). Seems that pika forces some requirements when on readthedocs through this code on_rtd = os.environ.get('READTHEDOCS', None) == 'True' requirements = list() if on_rtd:

Re: PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread Leonardo Giordani
Sorry, seems that GMail cannot understand I'm on a ML, and just answered the single persons. [Thread with INADA] Thank you. Seems that rst2html.py uses the header of a section as the id of the corresponding HTML anchor. Since I had two headers with the same title there was a name clash. I just ch

Re: PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread Wolfgang Maier
On 03/02/2015 11:33 AM, INADA Naoki wrote: PyPI parses your README strictly. $ rst2html.py --strict README.rst README.rst:700: (INFO/1) Duplicate implicit target name: "fingerprint". Exiting due to level-1 (INFO) system message. But I don't know how to avoid this error when converting from mark

Re: PyPI, reStructuredText and readthedocs problems

2015-03-02 Thread INADA Naoki
PyPI parses your README strictly. $ rst2html.py --strict README.rst README.rst:700: (INFO/1) Duplicate implicit target name: "fingerprint". Exiting due to level-1 (INFO) system message. But I don't know how to avoid this error when converting from markdown. On Mon, Mar 2, 2015 at 6:35 PM Leonard