-
-
Save kuenishi/1484004 to your computer and use it in GitHub Desktop.
sphinx japanese patch ver
This file contains 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 | |
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