Hi Aaron,

I can't recall how I installed it. I was just trying to see whether I get
the
same error as Stephen.

Regards,
Thilina




On Sun, Sep 1, 2013 at 9:04 PM, Aaron Meurer <asmeu...@gmail.com> wrote:

> I don't understand why it's using sage. How did you install sphinx?
>
> Aaron Meurer
>
> On Sep 1, 2013, at 7:53 AM, Thilina Rathnayake <thilina.r...@gmail.com>
> wrote:
>
> Hi Stephen,
>
> I tried to build the docs, I got a different kind of an error.
>
>
> $ 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
> loading pickled environment... not yet created
> building [html]: targets for 194 source files that are out of date
> updating environment: 194 added, 0 changed, 0 removed
> ------------------------------------------------------------------------
> /lib64/libcsage.so.0(print_backtrace+0x24)[0x7f625d0e70a4]
> /lib64/libcsage.so.0(sigdie+0x2e)[0x7f625d0e750e]
> /lib64/libcsage.so.0(sage_signal_handler+0x191)[0x7f625d0e7701]
> /lib64/libpthread.so.0[0x39ef60efa0]
> ------------------------------------------------------------------------
> Failed to execute sage-CSI: No such file or directory
> ------------------------------------------------------------------------
> Unhandled SIGSEGV: A segmentation fault occurred in Sage.
> This probably occurred because a *compiled* component of Sage has a bug
> in it and is not properly wrapped with sig_on(), sig_off(). You might
> want to run Sage under gdb with 'sage -gdb' to debug this.
> Sage will now terminate.
> ------------------------------------------------------------------------
> make: *** [html] Segmentation fault (core dumped)
>
>
>
> On Sunday, September 1, 2013 6:46:20 PM UTC+5:30, Stephen Loo 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 sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> 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 sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> 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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to