Lines Matching refs:echo
1 @echo off
15 echo Installing sphinx with %PYTHON%
24 echo Installing python-docs-theme with %PYTHON%
32 echo Installing blurb with %PYTHON%
43 echo Installing sphinx-lint with %PYTHON%
61 echo.
62 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
63 echo.to the path to hhc.exe or download and install it from
64 echo.http://msdn.microsoft.com/en-us/library/ms669985
85 echo.
86 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
87 echo.installed, then set the SPHINXBUILD environment variable to point
88 echo.to the full path of the 'sphinx-build' executable. Alternatively you
89 echo.may add the Sphinx directory to PATH.
90 echo.
91 echo.If you don't have Sphinx installed, grab it from
92 echo.http://sphinx-doc.org/
104 echo.usage: %this% BUILDER [filename ...]
105 echo.
106 echo.Call %this% with the desired Sphinx builder as the first argument, e.g.
107 echo.``%this% html`` or ``%this% doctest``. Interesting targets that are
108 echo.always available include:
109 echo.
110 echo. Provided by Sphinx:
111 echo. html, htmlhelp, latex, text
112 echo. suspicious, linkcheck, changes, doctest
113 echo. Provided by this script:
114 echo. clean, check, htmlview
115 echo.
116 echo.All arguments past the first one are passed through to sphinx-build as
117 echo.filenames to build or are ignored. See README.rst in this directory or
118 echo.the documentation for your version of Sphinx for more exhaustive lists
119 echo.of available targets and descriptions of each.
120 echo.
121 echo.This script assumes that the SPHINXBUILD environment variable contains
122 echo.a legitimate command for calling sphinx-build, or that sphinx-build is
123 echo.on your PATH if SPHINXBUILD is not set. Options for sphinx-build can
124 echo.be passed by setting the SPHINXOPTS environment variable.
134 echo.Copying Misc\NEWS to %PY_MISC_NEWS_DIR%\NEWS
138 echo.Merging Misc/NEWS with %BLURB%
141 echo.No Misc/NEWS file and Blurb is not available.
160 echo.
162 echo.Build failed (exit code %ERRORLEVEL%^), check for error messages
163 echo.above. Any output will be found in %BUILDDIR%\%1
165 echo.Build succeeded. All output should be in %BUILDDIR%\%1
171 echo.Can't specify filenames to build with htmlview target, ignoring.
176 echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
190 echo.The serve target was removed, use htmlview instead (see bpo-36329)