Skip to content

Commit 038e817

Browse files
committed
tc
1 parent 9b5cde4 commit 038e817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/sphinx_files.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def main() -> None:
2020
stem = Path(file).stem
2121
env["RUNTHIS"] = stem
2222
subprocess.check_output(["make", "html"], env=env)
23+
subprocess.check_output(["make", "postprocess"], env=env)
2324
for file in glob.glob(f"docs/**/*", recursive=True):
2425
if stem in file:
2526
shutil.copy(file, f"docs_to_zip/{file}")

0 commit comments

Comments
 (0)