From 65c68d07ac5203b1ce30a154c57139ca6805098b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 14 Dec 2015 19:02:22 -0500 Subject: [PATCH] Keep the API docs building --- docs/en_us/platform_api/requirements.txt | 1 + docs/en_us/platform_api/source/conf.py | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en_us/platform_api/requirements.txt b/docs/en_us/platform_api/requirements.txt index 1ab308ab28..c021860b9d 100644 --- a/docs/en_us/platform_api/requirements.txt +++ b/docs/en_us/platform_api/requirements.txt @@ -13,3 +13,4 @@ stevedore==0.14.1 djangorestframework==3.2.3 PyYAML>=3.10 mock +django-model-utils==2.3.1 diff --git a/docs/en_us/platform_api/source/conf.py b/docs/en_us/platform_api/source/conf.py index ba8f17f6c7..b42acbecf5 100644 --- a/docs/en_us/platform_api/source/conf.py +++ b/docs/en_us/platform_api/source/conf.py @@ -52,6 +52,7 @@ MOCK_MODULES = [ 'xmodule.modulestore', 'xmodule.modulestore.exceptions', 'xmodule.modulestore.django', + 'xmodule.fields', 'courseware.models', 'milestones', 'milestones.api', @@ -113,9 +114,6 @@ MOCK_MODULES = [ 'xmodule.modulestore.mongo.base', 'edxval', 'edxval.api', - 'model_utils', - 'model_utils.models', - 'model_utils.managers', 'certificates', 'certificates.models', 'certificates.models.GeneratedCertificate',