diff --git a/docs/sphinxext/apigen.py b/docs/sphinxext/apigen.py index a7bbd5b..6cfc2ce 100644 --- a/docs/sphinxext/apigen.py +++ b/docs/sphinxext/apigen.py @@ -220,7 +220,7 @@ class ApiDocWriter(object): # get the names of all classes and functions functions, classes = self._parse_module(uri) if not len(functions) and not len(classes): - print ('WARNING: Empty -', uri) # dbg + #print ('WARNING: Empty -', uri) # dbg return '' # Make a shorter version of the uri that omits the package name for