I'd like to use Sphinx to document my Zope 2 Product and it would be nice to also use the autodoc feature, which pulls informations out of docstrings in my modules. Now in Zope the docstrings are unfortunately used to designate a method as accessible through http-requests. So all methods that should not be accessible through http have no docstring.
Is there a way to write the docstring in a way that it is recognized by Sphinx but not by Zope?
Or: Is there a way to change the Zope docstring behaviour?