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. Thanks, Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
