Location of sphinx-build on CentOS

别等时光非礼了梦想. 提交于 2019-12-06 07:36:19

You are mixing up two different tools named Sphinx: the full text search server (http://sphinxsearch.com/) and the documentaton generator (http://sphinx-doc.org/). You need the latter tool in order to compile documents usingsphinx-build.

You can also install rpm package of sphinx (Python documentation generator) with yum at CentOS 6 using:

yum install python-sphinx.noarch

at Fedora 20 using:

yum install python-sphinx-doc.noarch

A short addup, according to offical document, one just need to run pip install Sphinx to install the python documentation generator, sphinx. Or it can be downloaded from distribution package.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!