On 8 January 2012 13:41, Salim Fadhley <s...@stodge.org> wrote:

> I'm just working through the quick-start documentation. At the point where
> I ought to be able to give the following command:
>
> $ sphinx-build -b html sourcedir builddir
>
> This is what actually happens:
>
> sal@bobnit:~/workspace/jenkinsapi/doc$ sphinx-build -b html source build
> Running Sphinx v1.1.2
> usage: sphinx-build [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
>    or: sphinx-build --help [cmd1 cmd2 ...]
>    or: sphinx-build --help-commands
>    or: sphinx-build cmd --help
>
> *error: option -b not recognized*
>
> What's going on here? I'm running this on Python 2.7 on the latest Ubuntu
> 64bit - is there anything about my platform that might have broken the
> option-parser?
>
>

As the html builder is the default, what happens if you do:

    $ sphinx-build source build

Michael


> Thanks
>
>  --
> You received this message because you are subscribed to the Google Groups
> "sphinx-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/sphinx-dev/-/zVXMbuqjNFkJ.
> To post to this group, send email to sphinx-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> sphinx-dev+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/sphinx-dev?hl=en.
>



-- 

http://www.voidspace.org.uk/

May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing http://www.sqlite.org/different.html

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to