mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-07 22:34:00 -05:00
Doc conf.py fix
This commit is contained in:
@@ -54,8 +54,8 @@ exclude_patterns = [
|
|||||||
".DS_Store",
|
".DS_Store",
|
||||||
]
|
]
|
||||||
|
|
||||||
#if not os.environ.get("BUILD_ALL"):
|
if not os.environ.get("BUILD_ALL"):
|
||||||
# exclude_patterns.append("_obsolete/**")
|
exclude_patterns.append("_obsolete/**")
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
if os.environ.get('BUILD_ALL'):
|
if os.environ.get('BUILD_ALL'):
|
||||||
|
|||||||
Reference in New Issue
Block a user