Created
December 12, 2011 03:27
-
-
Save masahitojp/1464605 to your computer and use it in GitHub Desktop.
windows用sphinx環境づくり
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
parts = app docutils | |
versions = versions | |
extensions = buildout.locallib | |
locallibs = locallibs | |
locallibs_check = false | |
[app] | |
recipe = z3c.recipe.scripts | |
eggs = | |
sphinx | |
sphinxcontrib-blockdiag | |
seqdiag | |
interpreter = sphinx-py | |
[docutils] | |
recipe = zc.recipe.egg:scripts | |
eggs = | |
docutils | |
[locallibs] | |
Pillow = PIL==1.1.7 | |
[versions] | |
#lxml = 2.2.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conosole env | |
------------ | |
console2 | |
nyaos | |
gow | |
Sphinx+Latex(for create PDF) | |
---------------------------- | |
texlive | |
python2.7.X | |
好みに応じて distribute and (none or virtualenv or buildout) | |
sphinx(uchidaさんのforkを入れると便利 https://bitbucket.org/uchida/sphinx/overview) | |
blockdiag | |
------------- | |
Pillow が依存している「Microsoft Visual C++ 2008 SP1 再頒布可能パッケージ」をインストール | |
PIL or Pillow | |
*diag | |
Others | |
------ | |
こっちの方が楽かも(http://sphinx-users.jp/gettingstarted/install_windows_standalone.html) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
extends = buildout.cfg | |
extensions += gp.vcsdevelop | |
vcs-extend-develop = hg+http://bitbucket.org/uchida/sphinx/@tip#egg=sphinx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment