File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Without make
8181
8282Install the Sphinx package and its dependencies from PyPI.
8383
84- Then, from the ``Docs `` directory, run ::
84+ Then, from the ``Doc `` directory, run ::
8585
8686 sphinx-build -b<builder> . build/<builder>
8787
Original file line number Diff line number Diff line change 11@@ echo off
22setlocal
33
4- if " %PYTHON% " EQU " " set PYTHON = py -2
4+ if " %SPHINXBUILD% " EQU " " set SPHINXBUILD = sphinx-build
5+ if " %PYTHON% " EQU " " set PYTHON = py
56if " %HTMLHELP% " EQU " " set HTMLHELP = %ProgramFiles% \HTML Help Workshop\hhc.exe
67if " %DISTVERSION% " EQU " " for /f " usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION = %%v
78
@@ -32,8 +33,7 @@ goto end
3233if not exist build mkdir build
3334if not exist build\%1 mkdir build\%1
3435if not exist build\doctrees mkdir build\doctrees
35- cmd /C %PYTHON% --version
36- cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%*
36+ cmd /C %SPHINXBUILD% -b%1 -dbuild\doctrees . build\%*
3737if " %1 " EQU " htmlhelp" " %HTMLHELP% " build\htmlhelp\python%DISTVERSION:. =% .hhp
3838goto end
3939
Original file line number Diff line number Diff line change @@ -1152,6 +1152,7 @@ Mark Sapiro
11521152Ty Sarna
11531153Hugh Sasse
11541154Bob Savage
1155+ Dave Sawyer
11551156Ben Sayer
11561157sbt
11571158Marco Scataglini
You can’t perform that action at this time.
0 commit comments