Skip to content

Commit 81a826e

Browse files
committed
Update Makefile
1 parent 5857ed0 commit 81a826e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PAPER ?=
1010
SPHINXBUILD = $(realpath bin/sphinx-build)
1111
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
1212
DOCS_DIR = ./docs/
13-
BUILDDIR = ../_build/
13+
BUILDDIR = ../_build
1414
PAPEROPT_a4 = -D latex_paper_size=a4
1515
PAPEROPT_letter = -D latex_paper_size=letter
1616
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .

0 commit comments

Comments
 (0)