I'm getting this warning:
$ sphinx-build --help
/usr/lib/pymodules/python2.5/jinja2/__init__.py:31: UserWarning:
Module jinja2 was already imported from
/usr/lib/pymodules/python2.5/jinja2/__init__.py, but
/usr/lib/pymodules/python2.5 is being added to sys.path
__version__ = __import__('pkg_resources') \
Sphinx v0.6.3
Usage: /usr/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 -- 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.
Using python-jinja2 2.2.1-1
--
Leandro Lucarella
Integratech S.A.
4571-5252
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]