根据Sphinx文档,我应该能够做到这一点(配置了我的sphinx-dource):
$ sphinx-build -b html sourcedir builddir
但是当我发出这个命令时,我得到以下回应:
C:\workspace2\jenkinsapi\doc>sphinx-build -b html source build
Running Sphinx v1.1.2
usage: sphinx-build-script.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: sphinx-build-script.py --help [cmd1 cmd2 ...]
or: sphinx-build-script.py --help-commands
or: sphinx-build-script.py cmd --help
error: option -b not recognized
我在最新版本的Ubuntu 64bit& Windows 32位。看起来这个命令完全被打破 - 太过于破碎,没有其他人注意到,所以几乎可以肯定我的平台出了问题。我在这里做错了什么建议?
谢谢!