You have to use the Python 3 version of Sphinx. To build those docs, I had to (temporarily) install the Python 3 version of Sphinx. I suppose modifying the PATH like that would have worked too.
By the way, I don't plan to ship Python 3 docs for this release, unless people really want me to. It's too much hassle, and there isn't really that much of a difference (just that there is print() instead of print in the doctest examples, and the source button shows the Python 3 source). Plus, I think having both adds confusion that the two are somehow more significantly different. I am +1 to making this work automatically from 2to3 if possible, though, since otherwise the Makefile and the whole translated docs are somewhat useless (and anyway, we *do* ship the doc sources with the Python 3 tarball). Aaron Meurer On Mon, Jul 8, 2013 at 11:45 PM, Amit Saha <[email protected]> wrote: > Hi, > > After I run the bin/use2to3 script, I had to manually set the > following variables in py3k-sympy/doc/Makefile: > > PYTHON=python3.3 > SPHINXBUILD = PYTHONPATH=..:$(PYTHONPATH) sphinx-build-3.3 > > The reasons are obvious. > > So, perhaps we could have some 'sed' magic incorporated in bin/use2to3 ? > > I am curious as to how the official Python 3 branch docs are built: > http://docs.sympy.org/0.7.2-py3k/index.html ? > > > > Best, Amit. > > -- > http://echorand.me > > -- > 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.
