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 9b5cde4 commit 038e817Copy full SHA for 038e817
.jenkins/sphinx_files.py
@@ -20,6 +20,7 @@ def main() -> None:
20
stem = Path(file).stem
21
env["RUNTHIS"] = stem
22
subprocess.check_output(["make", "html"], env=env)
23
+ subprocess.check_output(["make", "postprocess"], env=env)
24
for file in glob.glob(f"docs/**/*", recursive=True):
25
if stem in file:
26
shutil.copy(file, f"docs_to_zip/{file}")
0 commit comments