In one of my __init__.py
file:
description="""
This is a package for blablahblah.
It contains blahblah.
"""
The string variable is just for the purpose of usage in other modules and I don't want it to be recognized by sphinx
and extracted out as documentation. Is there anyway to do it?