Commit 0f3b9918 by Peter Desjardins

Merge pull request #11642 from edx/pdesjardins/DOC-2638

Fix build failures in the docs/en_us/platform_api guide.
parents ca4729c2 6ee64fc6
...@@ -143,6 +143,14 @@ MOCK_MODULES = [ ...@@ -143,6 +143,14 @@ MOCK_MODULES = [
'rest_framework_oauth.authentication', 'rest_framework_oauth.authentication',
'certificates.api', 'certificates.api',
'courseware.date_summary', '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: 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