我已经安装了 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