mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-06 22:04:08 -05:00
Doc conf.py fix
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user