I don't find manpage for sphinx-build. Is there any problem with my
installation? Or the
man page doesn't come with the installation?
~$ man sphinx-build
No manual entry for sphinx-build
~$ sphinx-build -h
Sphinx v1.1.2
Usage: /Library/Frameworks/Python.framework/Versions/2.7/bin/sphinx-
build [options]
sourcedir outdir [filenames...]
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
-t <tag> -- include "only" blocks with <tag>
-d <path> -- path for the cached environment and
doctree files
(default: outdir/.doctrees)
-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
-A <name=value> -- pass a value into the templates,
for HTML builder
-n -- nit-picky mode, warn about all missing
references
-N -- do not do colored output
-q -- no output on stdout, just warnings on stderr
-Q -- no output at all, not even warnings
-w <file> -- write warnings (and errors) to given
file
-W -- turn warnings into errors
-P -- run Pdb on exception
Modi:
* without -a and without filenames, write new and changed files.
* with -a, write all files.
* with filenames, write these.
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en.