【发布时间】:2011-10-09 13:45:20
【问题描述】:
在 Python 2.5 上,我使用 easy_install 安装了 sphinx,它在 Windows 7 上的以下位置可用:
C:\Python25\Lib\site-packages\sphinx-1.0.8-py2.5.egg\sphinx
我想将几个 .rst 文件转换为 HTML。但是每当我做sphinx-build 时,我都会遇到以下错误:
'sphinx-build' is not recognized as an internal or external command,
operable program or batch file.
我错过了什么吗?
【问题讨论】:
标签: python windows python-sphinx easy-install