On 2010-03-23, j brandon keith wrote: > hi...just a quick question which is probably obvious to somebody (but > not me): how does sphinx do with supporting python 3.x Yes, i know it > was used to build the docs and all for python 3.x and because of the > way the interpreter works with the language constructs itself...it HAS > to support python 3.x, but I've got colleagues who swear they've tried > it unsuccessfully enough that the docs somehow must have been built > with python 2.x ....how can that be true?
AFAIK, you must convert the code with 2to3. This is automatically done, if you install with setuptools under Python 3. Günter -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
