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? 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.