Skip to content

Commit c6e92e9

Browse files
committed
BUILD: add html-skip-subdirs to make.bat
1 parent 47ad4a2 commit c6e92e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/make.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ goto end
5252
%SPHINXBUILD% -M html %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% -D plot_gallery=0
5353
goto end
5454

55+
:html-skip-subdirs
56+
%SPHINXBUILD% -M html %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% -D skip_subdirs=1
57+
goto end
58+
59+
5560
:show
5661
python -m webbrowser -t "%~dp0\build\html\index.html"
5762

0 commit comments

Comments
 (0)