Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dee46b3

Browse files
committed
Merge with 3.4
2 parents 172f025 + a37ff0f commit dee46b3

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Without make
8181

8282
Install 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

Doc/make.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@@echo off
22
setlocal
33

4-
if "%PYTHON%" EQU "" set PYTHON=py -2
4+
if "%SPHINXBUILD%" EQU "" set SPHINXBUILD=sphinx-build
5+
if "%PYTHON%" EQU "" set PYTHON=py
56
if "%HTMLHELP%" EQU "" set HTMLHELP=%ProgramFiles%\HTML Help Workshop\hhc.exe
67
if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION=%%v
78

@@ -32,8 +33,7 @@ goto end
3233
if not exist build mkdir build
3334
if not exist build\%1 mkdir build\%1
3435
if 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\%*
3737
if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\python%DISTVERSION:.=%.hhp
3838
goto end
3939

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,7 @@ Mark Sapiro
11541154
Ty Sarna
11551155
Hugh Sasse
11561156
Bob Savage
1157+
Dave Sawyer
11571158
Ben Sayer
11581159
sbt
11591160
Marco Scataglini

0 commit comments

Comments
 (0)