Hi Josh,

Thanks for your reporting!
I think it's a known issue and it has been fixed by sphinx-1.3.2.
https://github.com/sphinx-doc/sphinx/issues/1989

However, the issue is caused by 'make.bat' that is generated by
sphinx-quickstart version 1.3 or 1.3.1.
So please recreate or tweak your 'make.bat' to fix this issue.
Diff for make.bat is here:
https://github.com/sphinx-doc/sphinx/commit/fdfdfaccff8b75ca076b009272b9500dced72c25

Regards,
--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa


On Sun, Mar 13, 2016 at 10:33 AM Josh English <[email protected]>
wrote:

> I have recently upgraded from Sphink 1.3.1 to 1.3.6 and now every time I
> run make html it prints the help messages before doing any actual work:
>
> C:\Users\Josh\PycharmProjects\tasker\docs>make html
> Sphinx v1.3.6
> Usage: sphinx-build [options] sourcedir outdir [filenames...]
>
> Filename arguments:
>   without -a and without filenames, write new and changed files.
>   with -a, write all files.
>   with filenames, write these.
>
> Options:
>   -h, --help          show this help message and exit
>   --version           show version information and exit
>
>   General options:
>     -b BUILDER        builder to use; default is html
>     -a                write all files; default is to only write new and
>                       changed files
>     -E                don't use a saved environment, always read all files
>     -d PATH           path for the cached environment and doctree files
>                       (default: outdir/.doctrees)
>     -j N              build in parallel with N processes where possible
>
>   Build configuration options:
>     -c PATH           path where configuration file (conf.py) is located
>                       (default: same as sourcedir)
>     -C                use no config file at all, only -D options
>     -D setting=value  override a setting in configuration file
>     -A name=value     pass a value into HTML templates
>     -t TAG            define tag: include "only" blocks with TAG
>     -n                nit-picky mode, warn about all missing references
>
>   Console output options:
>     -v                increase verbosity (can be repeated)
>     -q                no output on stdout, just warnings on stderr
>     -Q                no output at all, not even warnings
>     -N                do not emit colored output
>     -w FILE           write warnings (and errors) to given file
>     -W                turn warnings into errors
>     -T                show full traceback on exception
>     -P                run Pdb on exception
>
> For more information, visit <http://sphinx-doc.org/>.
> Running Sphinx v1.3.6
> loading pickled environment... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 0 source files that are out of date
> updating environment: 0 added, 0 changed, 0 removed
> looking for now-outdated files... none found
> no targets are out of date.
> build succeeded.
>
> Build finished. The HTML pages are in _build/html.
>
> Is there any way to turn this off?
>
> Josh
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sphinx-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to