← Back to team overview

lazr-developers team mailing list archive

[Bug 355600] Re: PyPI page shows ReST source

 

Fix landed on trunk at r27.

** Changed in: lazr.enum
       Status: Confirmed => Fix Released

** Changed in: lazr.enum
     Assignee: (unassigned) => Marius Gedminas (mgedmin)

-- 
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: Fix Committed

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