如何使用 Djangosphinx
我已经安装了 djangosphinx,但是找不到这样的命令“generate_sphinx_config”。而且我用的是sphinx beta2.0.1,但是sphinx beta2.0.1这个版本号是多少
Note: You will need to install the sphinxapi.py package into your Python Path or use one of the included versions. To use the included version, you must specify the following in your settings.py file:
# Sphinx 0.9.9
SPHINX_API_VERSION = 0x116
# Sphinx 0.9.8
SPHINX_API_VERSION = 0x113
# Sphinx 0.9.7
SPHINX_API_VERSION = 0x107
I have installed djangosphinx, but such commend 'generate_sphinx_config' is not able to be found. And I use sphinx beta2.0.1, but what is this version number of sphinx beta2.0.1
Note: You will need to install the sphinxapi.py package into your Python Path or use one of the included versions. To use the included version, you must specify the following in your settings.py file:
# Sphinx 0.9.9
SPHINX_API_VERSION = 0x116
# Sphinx 0.9.8
SPHINX_API_VERSION = 0x113
# Sphinx 0.9.7
SPHINX_API_VERSION = 0x107
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 djangosphinx 添加到设置中已安装的应用程序
add djangosphinx to installed apps in settings