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.
2 parents fa159ba + 34357a9 commit 3d312d9Copy full SHA for 3d312d9
Makefile
@@ -10,7 +10,7 @@ PAPER ?=
10
SPHINXBUILD = $(realpath bin/sphinx-build)
11
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
12
DOCS_DIR = ./docs/
13
-BUILDDIR = ../_build/
+BUILDDIR = ../_build
14
PAPEROPT_a4 = -D latex_paper_size=a4
15
PAPEROPT_letter = -D latex_paper_size=letter
16
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
0 commit comments