SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
+WEBBUILDDIR = ../web/static/doc
# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
+ @echo " web to make standalone HTML files and copy them to the seepark app"
@echo " dirhtml to make HTML files named index.html in directories"
@echo " singlehtml to make a single large HTML file"
@echo " pickle to make pickle files"
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
+.PHONY: web
+web:
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(WEBBUILDDIR)
+ @echo
+ @echo "Build finished. The HTML pages are in $(WEBBUILDDIR)."
+
.PHONY: dirhtml
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml