Skip to content

Instantly share code, notes, and snippets.

@kuenishi
Forked from shimizukawa/buildout.cfg
Created December 16, 2011 01:42
Show Gist options
  • Save kuenishi/1484004 to your computer and use it in GitHub Desktop.
Save kuenishi/1484004 to your computer and use it in GitHub Desktop.
sphinx japanese patch ver
[buildout]
parts = app docutils
extensions = gp.vcsdevelop
vcs-extend-develop = hg+http://bitbucket.org/uchida/sphinx/@tip#egg=sphinx
vcs-update = true
[app]
recipe = z3c.recipe.scripts
eggs =
sphinx
sphinxcontrib_blockdiag
sphinxcontrib_seqdiag
sphinxcontrib_nwdiag
sphinxcontrib_actdiag
sphinxcontrib_googlechart
sphinxjp.themes.s6
sphinxjp.themes.htmlslide
sphinxjp.themes.sphinxjp
sphinxjp.themes.bizstyle
reportlab
interpreter = sphinx-py
entry-points =
sphinx-build-1.1=sphinx:main
sphinx-quickstart-1.1=sphinx.quickstart:main
sphinx-autogen-1.1=sphinx.ext.autosummary.generate:main
[docutils]
recipe = zc.recipe.egg:scripts
eggs =
docutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment