fix: Fix the docs build.

The docs settings file needed an update for a new djangoapp that was
added. Long term we need to probably think more deeply about how we want
the LMS/CMS docs builds to work.  Do we want to separate them, or make
it easier to have a django settings file that will work with both.  For
now, we have a single settings file that is referenced for the docs
build so it needs to have all the installed apps from both.
This commit is contained in:
Feanil Patel
2025-10-01 12:08:50 -04:00
parent 7fc88d5a25
commit d0140a25b9
2 changed files with 136 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ FEATURES["ENABLE_MKTG_SITE"] = False
INSTALLED_APPS.extend(
[
"cms.djangoapps.contentstore.apps.ContentstoreConfig",
'cms.djangoapps.modulestore_migrator',
"cms.djangoapps.course_creators",
"cms.djangoapps.xblock_config.apps.XBlockConfig",
"lms.djangoapps.lti_provider",