Skip to content

Commit 45f44c3

Browse files
authored
Merge pull request #36259 from openedx/feanil/fix_docs_build
feanil/fix docs build
2 parents 6124695 + b079d4c commit 45f44c3

File tree

3 files changed

+192
-1812
lines changed

3 files changed

+192
-1812
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
# You can specify multiple suffix as a list of string:
113113
#
114114
# source_suffix = ['.rst', '.md']
115-
source_suffix = '.rst'
116115

117116
# The master toctree document.
118117
master_doc = 'index'

docs/docs_settings.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
"cms.djangoapps.xblock_config.apps.XBlockConfig",
3939
"lms.djangoapps.lti_provider",
4040
"openedx.core.djangoapps.content.search",
41+
"openedx.core.djangoapps.content_libraries",
42+
"openedx.core.djangoapps.content_staging",
43+
"openedx.core.djangoapps.bookmarks",
44+
"openedx.core.djangoapps.discussions",
45+
"openedx.core.djangoapps.theming",
46+
"lms.djangoapps.program_enrollments",
47+
"push_notifications",
4148
]
4249
)
4350

0 commit comments

Comments
 (0)