有一種方法可以讓readthedocs.org爲在Google應用引擎上運行的Django項目(託管在git上)構建一個基於獅身人面像的文檔?在ReadTheDocs上構建Sphinx文檔
我不斷收到此錯誤:
Sphinx Standard Error
The Google App Engine SDK could not be found!
我創建了以下要求文件:
django
ez_setup
google-appengine
但ReadTheDocs失敗拆包穀歌-AppEngine上
Downloading/unpacking django (from -r docs/requirements.txt (line 1))
Running setup.py egg_info for package django
Downloading/unpacking ez-setup (from -r docs/requirements.txt (line 2))
Downloading ez_setup-0.9.tar.gz
Running setup.py egg_info for package ez-setup
Downloading/unpacking google-appengine (from -r docs/requirements.txt (line 3))
Running setup.py egg_info for package google-appengine
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/docs/checkouts/readthedocs.org/user_builds/****/envs/latest/build/google-appengine/setup.py", line 2, in <module>
import ez_setup
ImportError: No module named ez_setup
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/docs/checkouts/readthedocs.org/user_builds/***/envs/latest/build/google-appengine/setup.py", line 2, in <module>
import ez_setup
ImportError: No module named ez_setup
也許將google-appengine添加到readthedocs使用的repo中的需求文件中。 – jpic
我編輯了這個問題,並添加了需求文件和RTD的響應 – user1183090
是google_appengine是否需要編譯你的文檔(即直接或間接引用模塊?) –