Hi, > this feature is indeed a good idea. For such a small and stable module as > ordereddict, I prefer not having an additional dependency, but to add it > as a single new module, e.g. sphinx.util.ordereddict.
I implemented and tried to use translation feature with Sphinx reference, but I have some troubles. http://bitbucket.org/shibu/sphinx_i18n/ 1. make gettext fails if translation message catalog available. Old catalog is used before new catalog generation. I think the old catalog should not effect the behavior of "make gettext". I can escape editing conf.py(change locale_dirs) or changing message dir name temporarily, but I think it is nonlogical for novice Sphinx users. 2. ununderstand assertion in sphinx/environment.py(220), there is following assertion:: assert isinstance(patch, nodes.paragraph) I tried Sphinx document, build html failed because patch is a instance of "literal_block" or "bullet_list". I will create some small test case and post at this weekend. thanks! -- #! /usr/bin/python2 def shibu(shibukawa, yoshiki): web = "http://www.shibu.jp" mail = "yosh...@shibu.jp" twitter = "@shibukawa" return "smile!" -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.