Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86709 > unrolled thread

PyPI, reStructuredText and readthedocs problems

Started byLeonardo Giordani <giordani.leonardo@gmail.com>
First post2015-03-02 09:58 +0100
Last post2015-03-02 09:58 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  PyPI, reStructuredText and readthedocs problems Leonardo Giordani <giordani.leonardo@gmail.com> - 2015-03-02 09:58 +0100

#86709 — PyPI, reStructuredText and readthedocs problems

FromLeonardo Giordani <giordani.leonardo@gmail.com>
Date2015-03-02 09:58 +0100
SubjectPyPI, reStructuredText and readthedocs problems
Message-ID<mailman.20.1425288891.13471.python-list@python.org>

[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>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web