Skip to content

Commit

Permalink
add html-noplot and changed help message to make.bat (scikit-learn#8524)
Browse files Browse the repository at this point in the history
* add html-noplot and help message to make.bat

* changed spaces to tab in make.bat help

* changed all spaces to tabs in make.bat update
  • Loading branch information
EFerriss authored and amueller committed Mar 4, 2017
1 parent d64103f commit fad5f9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if "%1" == "help" (
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. html-noplot to make HTML files using Windows
goto end
)

Expand All @@ -40,6 +41,12 @@ if "%1" == "html" (
goto end
)

if "%1" == "html-noplot" (
%SPHINXBUILD% -D plot_gallery=0 -b html %ALLSPHINXOPTS% %BUILDDIR%/html
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html
)

if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
echo.
Expand Down

0 comments on commit fad5f9b

Please sign in to comment.