There are no runnableExamples in my module. The module imports sequtils
The only way I found to circumvent this error in docgen is to add following line
in my module :
export sequtils
Run
I think this should not be required.
