Unfortunately, the docs extensions were not converted to Python 3, so you currently have to use the Python 2 version of Sphinx.
Aaron Meurer On Sep 1, 2013, at 7:16 AM, Stephen Loo <[email protected]> wrote: Hi all, I try to build document with current master, but got following message, $ make html mkdir -p _build/i18n/ mkdir -p _build/html/tutorial true mkdir -p src/.static mkdir -p _build/html mkdir -p _build/doctrees mkdir -p src/modules PYTHONPATH=..: sphinx-build -b html -d _build/doctrees src _build/html Running Sphinx v1.1.3 Exception occurred: File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/sphinx/application.py" , line 247, in setup_extension mod = __import__(extension, None, None, ['setup']) File "ext/numpydoc.py", line 41 title_re = re.compile(ur'^\s*[#*=]{4,}\n[a-z0-9 -]+\n[#*=]{4,}\s*', ^ SyntaxError: invalid syntax The full traceback has been saved in /var/folders/xl/ 4v9br5d48xjc1t001s67kd6r0000gp/T/sphinx-err-oqco8x.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. Either send bugs to the mailing list at <http:// groups.google.com/group/sphinx-dev/>, or report them in the tracker at <http:// bitbucket.org/birkenfeld/sphinx/issues/>. Thanks! make: *** [html] Error 1 Any idea? -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
