We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6124695 + b079d4c commit 45f44c3Copy full SHA for 45f44c3
docs/conf.py
@@ -112,7 +112,6 @@
112
# You can specify multiple suffix as a list of string:
113
#
114
# source_suffix = ['.rst', '.md']
115
-source_suffix = '.rst'
116
117
# The master toctree document.
118
master_doc = 'index'
docs/docs_settings.py
@@ -38,6 +38,13 @@
38
"cms.djangoapps.xblock_config.apps.XBlockConfig",
39
"lms.djangoapps.lti_provider",
40
"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",
48
]
49
)
50
0 commit comments