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:
Feanil Patel
2025-09-12 09:49:06 -04:00
parent 1a081f23c0
commit 60284ea314

View File

@@ -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__)