Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created December 12, 2011 03:27
Show Gist options
  • Save masahitojp/1464605 to your computer and use it in GitHub Desktop.
Save masahitojp/1464605 to your computer and use it in GitHub Desktop.
windows用sphinx環境づくり
[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
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)
[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