I am having trouble building the documentation using python3 on
Linux.  I am using the following command in the doc dir after
building:

export SPHINXBUILD="python3 ../sphinx-build.py"; make -e html

And here is the error I get:

Traceback (most recent call last):
  File "../sphinx-build.py", line 15, in <module>
    sys.exit(main(sys.argv))
  File "/home/jennings/Downloads/Sphinx-1.1.3/sphinx/__init__.py",
line 47, in main
    from sphinx import cmdline
  File "/home/jennings/Downloads/Sphinx-1.1.3/sphinx/cmdline.py", line
198
    except Exception, err:
                    ^
SyntaxError: invalid syntax
make: *** [html] Error 1


Does anyone have any idea what might be going wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
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.

Reply via email to