Doc conf.py fix

This commit is contained in:
cookieenick
2025-12-09 11:54:25 -07:00
parent d7244895f7
commit 2aea12765f

View File

@@ -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'):