Skip to content

Commit f3a8aa6

Browse files
committed
Update BUILDDIR envvar in docs/Makefile
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent f0d0e21 commit f3a8aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
88
SPHINXAUTOBUILD = sphinx-autobuild
99
SOURCEDIR = source
10-
BUILDDIR = build
10+
BUILDDIR = _build
1111

1212
# Put it first so that "make" without argument is like "make help".
1313
help:

0 commit comments

Comments
 (0)