I have a line in my module like: Thing = ThingDummy if wrapped else ThingReal """ Docstring for Thing... """
When the autodoc extension generates the docs for this, it includes both the docstring and an extra line saying "alias of ThingReal". The alias bit is actually wrong, since "wrapped" is computed at runtime — so is there any way to suppress this line? This is for Sphinx 1.0.6 Cheers, Jason -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.