Skip to content

Commit d8077ea

Browse files
committed
use logo_animated.py in Makefile
1 parent 3dec9c1 commit d8077ea

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ help:
1717
source/_static/logo_docs.png: logo.py
1818
python logo.py
1919

20+
source/_static/logo_docs.mp4: logo_animated.py
21+
python logo_animated.py
22+
2023
# Fake target to avoid the catch-all target
2124
logo.py:
2225
@echo "never executed"
2326

27+
logo_animated.py:
28+
@echo "never executed"
29+
2430
# Catch-all target: route all unknown targets to Sphinx using the new
2531
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
26-
%: Makefile source/_static/logo_docs.png
32+
%: Makefile source/_static/logo_docs.png source/_static/logo_docs.mp4
2733
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

0 commit comments

Comments
 (0)