Skip to content

Commit

Permalink
Fix logo generation
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 18, 2024
1 parent 19c0d79 commit 1484543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if not os.path.exists(p):
os.mkdir("_static/logos")

for filename in os.listdir(os.path.join("..", "..", "logos")):
for filename in os.listdir(os.path.join("..", "..", "..", "logos")):
if filename.endswith(".png"):
shutil.copy(
os.path.join("..", "..", "logos", filename),
Expand Down

0 comments on commit 1484543

Please sign in to comment.