1 # Minimal makefile for Sphinx documentation
4 # You can set these variables from the command line.
6 SPHINXBUILD
= sphinx-build
9 BUILDDIR
= ..
/build
/doc
/api
10 DOCTREES
= ..
/build
/doc
/api
12 # Put it first so that "make" without argument is like "make help".
14 @
$(SPHINXBUILD
) -M help
"$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS
) $(O
)
19 # Catch-all target: route all unknown targets to Sphinx using the new
20 # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
22 $(SPHINXBUILD
) -M
$@
-d
"$(DOCTREES)" "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS
) $(O
)
27 # sudo port install texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra