diff -r e4ee0b15cc4f Doc/README.txt --- a/Doc/README.txt Wed Apr 16 23:32:21 2014 +0530 +++ b/Doc/README.txt Thu Apr 17 16:44:36 2014 -0400 @@ -81,7 +81,7 @@ Install the Sphinx package and its dependencies from PyPI. -Then, from the ``Docs`` directory, run :: +Then, from the ``Doc`` directory, run :: sphinx-build -b . build/ diff -r e4ee0b15cc4f Doc/make.bat --- a/Doc/make.bat Wed Apr 16 23:32:21 2014 +0530 +++ b/Doc/make.bat Thu Apr 17 16:44:36 2014 -0400 @@ -1,7 +1,6 @@ @@echo off setlocal -if "%PYTHON%" EQU "" set PYTHON=py -2 if "%HTMLHELP%" EQU "" set HTMLHELP=%ProgramFiles%\HTML Help Workshop\hhc.exe if "%DISTVERSION%" EQU "" for /f "usebackq" %%v in (`%PYTHON% tools/sphinxext/patchlevel.py`) do set DISTVERSION=%%v @@ -32,8 +31,7 @@ if not exist build mkdir build if not exist build\%1 mkdir build\%1 if not exist build\doctrees mkdir build\doctrees -cmd /C %PYTHON% --version -cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%* +cmd /C sphinx-build -b%1 -dbuild\doctrees . build\%* if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\python%DISTVERSION:.=%.hhp goto end