Skip to content

Commit a4be24a

Browse files
committed
update
1 parent 31f5677 commit a4be24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/sphinx_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def main() -> None:
1010
print(f"Running {file}")
1111
env["RUNTHIS"] = file
1212
subprocess.check_output(["make", "html", f"BUILDDIR=_build/{file}"], env=env)
13-
files = glob.glob(f"_build/{file}/**", recursive=True)
13+
files = glob.glob(f"_build/{file}/**/*", recursive=True)
1414
for gen_file in files:
1515
if file in str(gen_file):
1616
rel_path = os.path.relpath(gen_file, f"_build/{file}")

0 commit comments

Comments
 (0)