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 e955525 commit 4d57f86Copy full SHA for 4d57f86
Makefile
@@ -23,6 +23,10 @@ notebooks-html: check-py35
23
python3 -m bookbook.html
24
@echo "Output stored in html/*html; start with html/index.html"
25
make version && mv -v version.txt html
26
+ @echo "Move files to 'docs' (for github pages)"
27
+ mkdir -p docs
28
+ mv html/*.html html/version.txt docs
29
+ @echo "If this version should be hosted on github, you need to 'cd docs && git commit .' or similar."
30
31
check-py35:
32
@echo "Checking Python version is >= 3.5"
0 commit comments