We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3ad5b commit d0a6808Copy full SHA for d0a6808
.jenkins/sphinx_files.py
@@ -19,6 +19,9 @@ def main() -> None:
19
print(f"Running {file}")
20
stem = Path(file).stem
21
env["RUNTHIS"] = stem
22
+ env["FILES_TO_RUN"] = stem
23
+
24
+ subprocess.check_output(["make", "download"], env=env)
25
result = subprocess.check_output(["make", "html"], env=env)
26
print(result.decode("utf-8"))
27
subprocess.check_output(["make", "postprocess"], env=env)
0 commit comments