We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f8a0b commit ae4c3feCopy full SHA for ae4c3fe
Makefile
@@ -1,3 +1,5 @@
1
+.PHONY: html
2
+
3
OBSHELL=/bin/bash
4
5
.DEFAULT_GOAL = html
@@ -32,7 +34,7 @@ book/lessons:
32
34
book/lessons/images:
33
35
ln -s ${PWD}/lessons/images ${PWD}/book/lessons/images
36
-html: | _requirements.installed $(NOTEBOOKS) $(MD_OUTPUTS)
37
+html: book/lessons _requirements.installed $(NOTEBOOKS) $(MD_OUTPUTS)
38
@export SPHINXOPTS=-W; make -C book html
39
cp $(GENERATED_LESSONS_DIR)/*.ipynb book/build/html/lessons/
40
0 commit comments