We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dec9c1 commit d8077eaCopy full SHA for d8077ea
1 file changed
docs/Makefile
@@ -17,11 +17,17 @@ help:
17
source/_static/logo_docs.png: logo.py
18
python logo.py
19
20
+source/_static/logo_docs.mp4: logo_animated.py
21
+ python logo_animated.py
22
+
23
# Fake target to avoid the catch-all target
24
logo.py:
25
@echo "never executed"
26
27
+logo_animated.py:
28
+ @echo "never executed"
29
30
# Catch-all target: route all unknown targets to Sphinx using the new
31
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile source/_static/logo_docs.png
32
+%: Makefile source/_static/logo_docs.png source/_static/logo_docs.mp4
33
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments