We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09d6e7e + d0956ae commit c3d1056Copy full SHA for c3d1056
docs/Makefile
@@ -2,11 +2,11 @@
2
#
3
4
# You can set these variables from the command line, and also
5
-# from the environment for the first two.
+# from the environment for the first three.
6
SPHINXOPTS ?=
7
SPHINXBUILD ?= sphinx-build
8
+BUILDDIR ?= build
9
SOURCEDIR = .
-BUILDDIR = build
10
11
# Put it first so that "make" without argument is like "make help".
12
help:
docs/make.bat
@@ -7,8 +7,10 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
+if "%BUILDDIR%" == "" (
+ set BUILDDIR=build
+)
13
set SOURCEDIR=.
-set BUILDDIR=build
14
15
if "%1" == "" goto help
16
0 commit comments