lazr-developers team mailing list archive
-
lazr-developers team
-
Mailing list archive
-
Message #00069
[Bug 355600] Re: PyPI page shows ReST source
Francis, is this in the default lazr package? If it is we'd probably
want to put this change in there too.
** Changed in: lazr.enum
Importance: Undecided => Medium
** Changed in: lazr.enum
Status: New => Confirmed
--
PyPI page shows ReST source
https://bugs.launchpad.net/bugs/355600
You received this bug notification because you are a member of LAZR
Developers, which is the registrant for lazr.enum.
Status in lazr.enum: Confirmed
Bug description:
http://pypi.python.org/pypi/lazr.enum shows the ReStructuredText markup source instead of a prettily formatted page. The reason for this is usually invalid ReST markup. In this particular case it seems to come from Sphinx directives (.. toc-tree:) that basic ReST doesn't define.
I've a proposed fix in a local Bazaar branch. Now if only I could figure out how to attach that fix to this bug report...
References