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 817ee4d commit acb3a0bCopy full SHA for acb3a0b
Makefile
@@ -16,4 +16,13 @@ help:
16
# Catch-all target: route all unknown targets to Sphinx using the new
17
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
18
%: Makefile
19
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -v
20
+
21
+docs:
22
+ make html
23
+ rm -rf docs
24
+ cp -r $(BUILDDIR)/html docs/
25
+ cp CNAME docs/CNAME
26
+ touch docs/.nojekyll
27
28
+.PHONY: all docs clean
0 commit comments