Commit b4d330bc by Peter Desjardins Committed by GitHub

Merge pull request #12718 from edx/pdesjardins/DOC-2315

Repair platform API documentation build
parents cdf5dea2 7ff463c0
......@@ -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**
......
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