Merged in development (pull request #71)

Doc conf.py fix

Approved-by: Nikhil Rao
This commit is contained in:
Jeff
2025-12-09 22:50:16 +00:00

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