8000 add html-noplot and changed help message to make.bat (#8524) · massich/scikit-learn@68122a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68122a8

Browse files
EFerrissJoan Massich
authored andcommitted
add html-noplot and changed help message to make.bat (scikit-learn#8524)
* 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
1 parent 1d597a4 commit 68122a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/make.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if "%1" == "help" (
2424
echo. changes to make an overview over all changed/added/deprecated items
2525
echo. linkcheck to check all external links for integrity
2626
echo. doctest to run all doctests embedded in the documentation if enabled
27+
echo. html-noplot to make HTML files using Windows
2728
goto end
2829
)
2930

@@ -40,6 +41,12 @@ if "%1" == "html" (
4041
goto end
4142
)
4243

44+
if "%1" == "html-noplot" (
45+
%SPHINXBUILD% -D plot_gallery=0 -b html %ALLSPHINXOPTS% %BUILDDIR%/html
46+
echo.
47+
echo.Build finished. The HTML pages are in %BUILDDIR%/html
48+
)
49+
4350
if "%1" == "dirhtml" (
4451
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
4552
echo.

0 commit comments

Comments
 (0)
0