Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86709
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <giordani.leonardo@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.018 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'url:pypi': 0.03; 'output': 0.05; 'pypi': 0.07; 'latter': 0.09; 'subject:PyPI': 0.09; 'url:github': 0.09; '(),': 0.16; 'code?': 0.16; 'feb.': 0.16; 'messy': 0.16; 'subject:problems': 0.16; 'url:)': 0.16; 'all,': 0.19; 'finished': 0.19; 'import': 0.22; 'code:': 0.26; 'skip:@ 10': 0.30; 'message-id:@mail.gmail.com': 0.30; 'thanks!': 0.32; 'open': 0.33; 'url:python': 0.33; 'ago': 0.33; 'are:': 0.33; 'convert': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version:': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'skip:- 20': 0.37; 'project': 0.37; 'to:addr:python-list': 0.38; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'url:about': 0.61; 'profile': 0.61; 'information': 0.63; 'latest': 0.67; 'url:me': 0.69; 'a.m.': 0.84; 'leo': 0.84; 'outcome:': 0.84; '2015.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=abXiGxZozgjLCPrOPAJjlT+2qf3K1m/0KYvDGxOfyJM=; b=bziCE22YnlTO+vNj/xGXKspgfJiHcRGxHdBIk83FGrpevIROrxM8fpdQ9Op8SvT5GM wX1INOZYB8tHKzk4jWJKht5LJ8wH983ap0fPaEHYkr/jke/6AxFPzc3+dyiVwRXSvr0w U4+1MAQQ5Xa+VTcz6fCRxXGv9ID8x+cochLoy4R7o/tBgcoW54l6+8WEC56dYcygg4VO ahmJhlV7ZPD+sDOio3ltSbu0XIC3SE3xaqh5+OvjcTa3h/LFtrsurYF2EZF7/SZgyjSO VRmbpxaF80J+MTXcxt0Fg3Kv79SVReb7Ju/MLrabEv4sE+8nWys29+yDxEeBl9rFx4OK 82BA== |
| MIME-Version | 1.0 |
| X-Received | by 10.60.131.238 with SMTP id op14mr18606602oeb.59.1425286693097; Mon, 02 Mar 2015 00:58:13 -0800 (PST) |
| Date | Mon, 2 Mar 2015 09:58:13 +0100 |
| Subject | PyPI, reStructuredText and readthedocs problems |
| From | Leonardo Giordani <giordani.leonardo@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=047d7b4723b80b968205104a6b27 |
| X-Mailman-Approved-At | Mon, 02 Mar 2015 10:34:50 +0100 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.19 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.20.1425288891.13471.python-list@python.org> (permalink) |
| Lines | 79 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1425288891 news.xs4all.nl 2865 [2001:888:2000:d::a6]:45528 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:86709 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
Hi all, Some time ago I open sourced a package named postage ( https://pypi.python.org/pypi/postage/). I am experiencing issues with documentation. The project is hosted on GitHub (https://github.com/lgiordani/postage), where the README.md is perfectly rendered. My issues are: 1. I use pandoc to convert README.md to README.rst. This latter is rendered by GitHUb as well, but when I upload the package to PyPI I get a messy result (look at the package page). 2. When I import the project into readthedocs.org the build fails with no output. This is the only information I get ----------------------------- 8< ----------------------------- Build for postage Built: Feb. 27, 2015. 10:41 a.m. State: Finished Outcome: Failed (Status Code: 0) Version: latest Type: html Build Standard Output ----------------------------- 8< ----------------------------- May someone help me figuring out what's wrong in my code? Thanks! Leo Leonardo Giordani @tw_lgiordani <http://twitter.com/tw_lgiordani> - lgiordani.com My profile on About.me <http://about.me/leonardo.giordani> - My GitHub page <https://github.com/lgiordani>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
PyPI, reStructuredText and readthedocs problems Leonardo Giordani <giordani.leonardo@gmail.com> - 2015-03-02 09:58 +0100
csiph-web