File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ def get_version(filename):
6969 ".DS_Store" ,
7070 "**/empty.txt" ,
7171]
72- pygments_style = "sphinx"
7372
7473# -- Options for HTML output -------------------------------------------------
7574# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ if "%SPHINXBUILD%" == "" (
1010set SOURCEDIR = .
1111set BUILDDIR = _build
1212
13- if " %1 " == " " goto help
14-
1513%SPHINXBUILD% > NUL 2 > NUL
1614if errorlevel 9009 (
1715 echo .
@@ -21,10 +19,12 @@ if errorlevel 9009 (
2119 echo .may add the Sphinx directory to PATH.
2220 echo .
2321 echo .If you don't have Sphinx installed, grab it from
24- echo .http ://sphinx-doc.org/
22+ echo .https ://www. sphinx-doc.org/
2523 exit /b 1
2624)
2725
26+ if " %1 " == " " goto help
27+
2828%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
2929goto end
3030
You can’t perform that action at this time.
0 commit comments