Merge pull request #12718 from edx/pdesjardins/DOC-2315
Repair platform API documentation build
This commit is contained in:
@@ -154,6 +154,9 @@ MOCK_MODULES = [
|
||||
'provider',
|
||||
'provider.oauth2',
|
||||
'oauth2_provider',
|
||||
'celery.signals',
|
||||
'edx_rest_framework_extensions',
|
||||
'edx_rest_framework_extensions.authentication',
|
||||
]
|
||||
|
||||
for mod_name in MOCK_MODULES:
|
||||
|
||||
@@ -17,7 +17,7 @@ tasks.
|
||||
Get and Update a User's Account Information
|
||||
**********************************************
|
||||
|
||||
.. autoclass:: user_api.accounts.views.AccountView
|
||||
.. autoclass:: user_api.accounts.views.AccountViewSet
|
||||
|
||||
**Example response showing a user's account information**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user