Lines Matching refs:echo
1 @echo off
15 echo Installing sphinx with %PYTHON%
32 echo.
33 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
34 echo.to the path to hhc.exe or download and install it from
35 echo.http://msdn.microsoft.com/en-us/library/ms669985
56 echo.
57 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
58 echo.installed, then set the SPHINXBUILD environment variable to point
59 echo.to the full path of the 'sphinx-build' executable. Alternatively you
60 echo.may add the Sphinx directory to PATH.
61 echo.
62 echo.If you don't have Sphinx installed, grab it from
63 echo.http://sphinx-doc.org/
75 echo.usage: %this% BUILDER [filename ...]
76 echo.
77 echo.Call %this% with the desired Sphinx builder as the first argument, e.g.
78 echo.``%this% html`` or ``%this% doctest``. Interesting targets that are
79 echo.always available include:
80 echo.
81 echo. Provided by Sphinx:
82 echo. html, htmlhelp, latex, text
83 echo. suspicious, linkcheck, changes, doctest
84 echo. Provided by this script:
85 echo. clean, check, serve, htmlview
86 echo.
87 echo.All arguments past the first one are passed through to sphinx-build as
88 echo.filenames to build or are ignored. See README.txt in this directory or
89 echo.the documentation for your version of Sphinx for more exhaustive lists
90 echo.of available targets and descriptions of each.
91 echo.
92 echo.This script assumes that the SPHINXBUILD environment variable contains
93 echo.a legitimate command for calling sphinx-build, or that sphinx-build is
94 echo.on your PATH if SPHINXBUILD is not set. Options for sphinx-build can
95 echo.be passed by setting the SPHINXOPTS environment variable.
111 echo.
113 echo.Build failed (exit code %ERRORLEVEL%^), check for error messages
114 echo.above. Any output will be found in %BUILDDIR%\%1
116 echo.Build succeeded. All output should be in %BUILDDIR%\%1
122 echo.Can't specify filenames to build with htmlview target, ignoring.
127 echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...