Commit 7ff463c0 by Peter Desjardins

Mocked some Python modules when running a Sphinx documentation publishing build.…

Mocked some Python modules when running a Sphinx documentation publishing build. Updated an autoclass class name that changed."
parent 81e5be22
......@@ -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