From 60ebec8c071d91568adac5b5b906f668079ce791 Mon Sep 17 00:00:00 2001 From: peterjunpark Date: Wed, 11 Feb 2026 13:48:59 -0500 Subject: [PATCH] docs(conf): turn of toc_exclude_missing (#5957) --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index aba2d4033..2efd8fa81 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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