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 24c7655 commit 39382f1Copy full SHA for 39382f1
notebooks/Makefile
@@ -9,7 +9,7 @@
9
10
all: toc style prune artefacts book
11
12
-include Makefile.book
+include Makefile.book2
13
include Makefile.style
14
include Makefile.prune
15
notebooks/Makefile.book
notebooks/Makefile.book2
@@ -0,0 +1,12 @@
1
+# in development, use myst start
2
+
3
+book:
4
+ npx myst build --execute --html
5
6
+book-dev:
7
+ npx myst start --execute
8
+book-clean:
+ rm -rf _build
+.PHONY: book book-dev book-clean
0 commit comments