← Back to team overview

lazr-developers team mailing list archive

[Bug 355600] [NEW] PyPI page shows ReST source

 

Public bug reported:

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

** Affects: lazr.enum
     Importance: Undecided
         Status: New

** Branch linked: lp:~mgedmin/lazr.enum/fix-pypi

-- 
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: New

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



Follow ups

References