0

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
4

1 に答える 1

1

設定でインストール済みアプリに djangosphinx を追加する

于 2011-11-15T15:09:34.670 に答える