Skip to content

Commit 862aa37

Browse files
authored
Merge pull request #1652: docs: Allow BUILDDIR to be set from environment
2 parents 8f51460 + bf2cbc6 commit 862aa37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/make.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ REM Command file for Sphinx documentation
77
if "%SPHINXBUILD%" == "" (
88
set SPHINXBUILD=sphinx-build
99
)
10+
if "%BUILDDIR%" == "" (
11+
set BUILDDIR=_build
12+
)
1013
set SOURCEDIR=.
11-
set BUILDDIR=_build
1214

1315
if "%1" == "" goto help
1416

0 commit comments

Comments
 (0)