tfdocs.utils.recursive_import

Recursively imports all the modules under a root package.

root A python package.
strict Bool, if True raise exceptions, else just log them.

A list of all imported modules.