Commit 6ee64fc6 by Peter Desjardins

Adjusted the list of mock modules for the platform API documentation build. This…

Adjusted the list of mock modules for the platform API documentation build. This prevents build failures when Sphinx cannot import modules. Addresses https://openedx.atlassian.net/browse/DOC-2638.
parent 1f9e90ef
......@@ -143,6 +143,14 @@ MOCK_MODULES = [
'rest_framework_oauth.authentication',
'certificates.api',
'courseware.date_summary',
'rest_framework_jwt',
'rest_framework_jwt.authentication',
'microsite_configuration',
'xmodule.assetstore',
'xmodule.assetstore.assetmgr',
'xmodule.assetstore.assetmgr.AssetManager',
'xmodule.contentstore.django',
'piexif',
]
for mod_name in MOCK_MODULES:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment