From 2aea12765f78c6be1ae0cce270b4fae618cdda46 Mon Sep 17 00:00:00 2001 From: cookieenick Date: Tue, 9 Dec 2025 11:54:25 -0700 Subject: [PATCH] Doc conf.py fix --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 04199b5d..0dc589bc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,8 +54,8 @@ exclude_patterns = [ ".DS_Store", ] -#if not os.environ.get("BUILD_ALL"): -# exclude_patterns.append("_obsolete/**") +if not os.environ.get("BUILD_ALL"): + exclude_patterns.append("_obsolete/**") def setup(app): if os.environ.get('BUILD_ALL'):