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 56ddf77 commit 5f11a54Copy full SHA for 5f11a54
docs/Makefile
@@ -17,4 +17,7 @@ help:
17
# Catch-all target: route all unknown targets to Sphinx using the new
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
%: Makefile
20
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
21
+
22
+publish: html
23
+ cp -r $(BUILDDIR)/html/* ..
0 commit comments