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 5857ed0 commit 81a826eCopy full SHA for 81a826e
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