|
@@ -92,7 +92,7 @@ def main(argv=None):
|
|
confpath,
|
|
confpath,
|
|
confoverrides,
|
|
confoverrides,
|
|
)
|
|
)
|
|
- except sphinx_config.ConfigError:
|
|
|
|
|
|
+ except (OSError, sphinx_config.ConfigError):
|
|
logger.error(
|
|
logger.error(
|
|
"Failed load config for %s from %s",
|
|
"Failed load config for %s from %s",
|
|
gitref.refname, confpath)
|
|
gitref.refname, confpath)
|