Skip to content

Commit f89c82f

Browse files
committed
update
1 parent a4be24a commit f89c82f

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
@@ -14,6 +14,7 @@ def main() -> None:
1414
for gen_file in files:
1515
if file in str(gen_file):
1616
rel_path = os.path.relpath(gen_file, f"_build/{file}")
17+
print(gen_file, f"_build/{rel_path}")
1718
shutil.copy(gen_file, f"_build/{rel_path}")
1819

1920
if __name__ == "__main__":

0 commit comments

Comments
 (0)