enrollment.rst
4.51 KB
-
Fixed import failures that were preventing the platform API documentation from… · 35521a38
Fixed import failures that were preventing the platform API documentation from building. The problem is that the doc building environment doesn't need to install all the Python modules that the platform software does, but when Sphinx tries to import select modules so that it can use autoclass to publish docstrings it tries to import all the modules that are imported by those modules, recursively. I mocked the missing modules.
Peter Desjardins committed