Skip to content

Commit

Permalink
Allow BUILDDIR to be set from environment
Browse files Browse the repository at this point in the history
No reason not to allow this.
  • Loading branch information
victorlin committed Oct 12, 2024
1 parent 3f588da commit da76c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#

# You can set these variables from the command line, and also
# from the environment for the first two.
# from the environment for the first three.
SPHINXOPTS ?= -n
SPHINXBUILD ?= sphinx-build
BUILDDIR ?= _build
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
Expand Down

0 comments on commit da76c33

Please sign in to comment.