Skip to content

Commit d0a6808

Browse files
committed
tc
1 parent 9b3ad5b commit d0a6808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/sphinx_files.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ def main() -> None:
1919
print(f"Running {file}")
2020
stem = Path(file).stem
2121
env["RUNTHIS"] = stem
22+
env["FILES_TO_RUN"] = stem
23+
24+
subprocess.check_output(["make", "download"], env=env)
2225
result = subprocess.check_output(["make", "html"], env=env)
2326
print(result.decode("utf-8"))
2427
subprocess.check_output(["make", "postprocess"], env=env)

0 commit comments

Comments
 (0)