On Fri, Dec 16, 2011 at 3:16 AM, Aaron Meurer <asmeu...@gmail.com> wrote: > On Tue, Dec 13, 2011 at 5:38 AM, Alexey U. Gudchenko <pr...@goodok.ru> wrote: >> 13.12.2011 09:27, Ondřej Čertík пишет: >>> 2011/12/1 Ondřej Čertík <ondrej.cer...@gmail.com>: >>>> On Thu, Dec 1, 2011 at 11:33 AM, krastanov.ste...@gmail.com >>>> <krastanov.ste...@gmail.com> wrote: >>>>> From the readme in the doc directory: >>>>> >>>>> apt-get install python-sphinx texlive-latex-recommended dvipng >>>>> make html >>>>> >>>>> That works for me on ubuntu oneiric >>>> >>>> Thanks, I just wanted to make sure. I probably have either too new, or >>>> too old sphinx, I'll figure it out. >>> >>> Looking at the stacktrace: >>> >>> https://gist.github.com/1470743 >>> >>> It seems that it is coming from the numpydoc.py extension that we have >>> there. However, it clearly works for you, so I don't know what is >>> happening. It needs more debugging. >>> >>> Ondrej >>> >> >> >> For information, it is NOT work for me too, with the same exception. >> >> $ virtualenv --no-site-packages test >> $ source test/bin/activate >> (test)$ pip install sphinx >> (test)$ make html >> >> With the similar stacktrace: >> >> https://gist.github.com/1471949 >> >> (test)$ deactivate >> >> >> But, fortunately, with clear python 2.7.2 I have not this problem: >> >> $ virtualenv --no-site-packages -p python2.7 test >> $ source test/bin/activate >> (test)$ pip install sphinx >> (test)$ make html >> >> "Build finished. The HTML pages are in _build/html." > > So what is the difference between this one and the first one? I just > tried your first one, and the docs built fine, with no traceback.
Not sure, but I think it's a regular bug: http://bugs.python.org/msg117798 I am trying to fix it now. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.