Skip to content

Commit 7d987d8

Browse files
committed
change logo mp4 name
1 parent d8077ea commit 7d987d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/logo_animated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ def ring(xy):
9090
]
9191

9292
ani = animation.ArtistAnimation(fig, artists, blit=True)
93-
ani.save("movie.mp4", writer=FFMpegWriter(fps=24))
93+
ani.save("source/_static/logo_docs.mp4", writer=FFMpegWriter(fps=24))

0 commit comments

Comments
 (0)