When I "make html" in Sphinx I'm getting syntax errors for Python 3 style print statements such as:
print(x,y,z,sep="\t",end="\n",file=data) ^ SyntaxError: invalid syntax The code runs fine. I must be missing something. I installed Sphinx version 1.1.2, but still no go. Thanks for any help you can give, James -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/sphinx-dev/-/G_3QMZ4zebgJ. To post to this group, send email to sphinx-dev@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.