Skip to content

Commit c0608de

Browse files
committed
Update sphinx configuration
1 parent 5114ee1 commit c0608de

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/make.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ if "%SPHINXBUILD%" == "" (
1010
set SOURCEDIR=.
1111
set BUILDDIR=_build
1212

13-
if "%1" == "" goto help
14-
1513
%SPHINXBUILD% >NUL 2>NUL
1614
if 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%
2929
goto end
3030

0 commit comments

Comments
 (0)