docs(conf): turn of toc_exclude_missing (#5957)

This commit is contained in:
peterjunpark
2026-02-11 13:48:59 -05:00
committed by GitHub
parent 5ac64b9f6b
commit 60ebec8c07

View File

@@ -197,7 +197,3 @@ suppress_warnings = ["autosectionlabel.*"]
# }
if os.environ.get("READTHEDOCS", "") == "True":
html_context["READTHEDOCS"] = True
# temporary settings to speed up docs build for faster iteration
external_projects_remote_repository = ""
external_toc_exclude_missing = True