Skip to content
Snippets Groups Projects
Commit fad5f9b5 authored by Elizabeth Ferriss's avatar Elizabeth Ferriss Committed by Andreas Mueller
Browse files

add html-noplot and changed help message to make.bat (#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
parent d64103f3
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ if "%1" == "help" ( ...@@ -24,6 +24,7 @@ if "%1" == "help" (
echo. changes to make an overview over all changed/added/deprecated items echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled echo. doctest to run all doctests embedded in the documentation if enabled
echo. html-noplot to make HTML files using Windows
goto end goto end
) )
...@@ -40,6 +41,12 @@ if "%1" == "html" ( ...@@ -40,6 +41,12 @@ if "%1" == "html" (
goto end 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" ( if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
echo. echo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment