docs: Fix the docs build.
With the settings re-organization the docs settings file was missing a setting needed to properly run django. This wasn't caught in CI because the docs build is slow enough that we don't run it on every PR.
This commit is contained in:
@@ -96,4 +96,8 @@ SWAGGER_SETTINGS["SECURITY_DEFINITIONS"] = {
|
||||
|
||||
COMMON_TEST_DATA_ROOT = ""
|
||||
|
||||
# Needed because other settings derive from it and expect it
|
||||
# to be a string but it is not relevant for generating docs.
|
||||
LMS_ROOT_URL = "https://example.com"
|
||||
|
||||
derive_settings(__name__)
|
||||
|
||||
Reference in New Issue
Block a user