Skip to content

Commit

Permalink
also move make.bat (not tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
eteq committed Nov 14, 2017
1 parent d612584 commit 91a01ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/make.bat → make.bat
Expand Up @@ -5,8 +5,8 @@ REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% tutorials
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
Expand Down

0 comments on commit 91a01ef

Please sign in to comment.