Skip to content

Commit

Permalink
Merge pull request #1652: docs: Allow BUILDDIR to be set from environ…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
victorlin authored Oct 17, 2024
2 parents 8f51460 + bf2cbc6 commit 862aa37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
if "%BUILDDIR%" == "" (
set BUILDDIR=_build
)
set SOURCEDIR=.
set BUILDDIR=_build

if "%1" == "" goto help

Expand Down

0 comments on commit 862aa37

Please sign in to comment.