diff --git a/zuul_sphinx/zuul.py b/zuul_sphinx/zuul.py index d524788..f7896a5 100644 --- a/zuul_sphinx/zuul.py +++ b/zuul_sphinx/zuul.py @@ -40,7 +40,9 @@ class ZuulDirective(Directive): if os.path.exists(path): return path root = os.path.split(root)[0] - raise Exception("Unable to find zuul.yaml or .zuul.yaml") + raise Exception( + "Unable to find zuul config in zuul.yaml, .zuul.yaml," + " zuul.d or .zuul.d") def parse_zuul_yaml(self, path): with open(path) as f: