andrew cooke schrieb: > Hi, > > I have both Python 2.6 and 3 installed, "python" being 2.6. I have > installed Sphinx with easy_install (using no arguments to specify > version etc). > > Everything is working fine, except that I am documenting a project > written for Python 3. What do I need to do for the doctest to use > Python 3? At the moment Sphinx itself seems to be running with Python > 2.6, so doctest gives errors related to super() etc.
Running Sphinx on 2.6, but doctesting 3.0 code is impossible. You'll have to wait for a Sphinx version that works on 3.0 (if I manage, 0.6 will be available for 2.x and 3.x). Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
