We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f11be6 commit d518536Copy full SHA for d518536
2 files changed
docs/.gitignore
@@ -1 +1,2 @@
1
_build/
2
+docs.zip
docs/Makefile
@@ -6,6 +6,7 @@ SPHINXOPTS =
6
SPHINXBUILD = sphinx-build
7
PAPER =
8
PYTHON = python
9
+ZIP = zip
10
BUILDDIR = _build
11
12
# User-friendly check for sphinx-build
@@ -56,6 +57,9 @@ help:
56
57
clean:
58
rm -rf $(BUILDDIR)/*
59
60
+zipfile:
61
+ cd $(BUILDDIR)/dirhtml; $(ZIP) -r -D -o ../../docs.zip .
62
+
63
html:
64
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
65
@echo
0 commit comments