Maybe you need to update Sphinx. I am using 1.0.5 and it works fine. I think maybe it got a little less picky about formatting in docstrings. For example, I get some severe warnings, but the build still continues.
Aaron Meurer On Sun, Jun 12, 2011 at 3:37 PM, Alan Bromborsky <[email protected]> wrote: > Down loaded sympy with "git clone git://github.com/sympy/sympy.git" > > ran "sudo python setup.py install" and "sudo python setupegg.py install" > > then cd to doc and ran "make html" and got > > rm -rf sphinx > mkdir -p src/.static > mkdir -p _build/html > mkdir -p _build/doctrees > mkdir -p src/modules > PYTHONPATH=..:/home/brombo/bin sphinx-build -b html -d _build/doctrees -D > latex_paper_size= src _build/html > Running Sphinx v0.6.4 > loading pickled environment... not found > building [html]: targets for 71 source files that are out of date > updating environment: 71 added, 0 changed, 0 removed > reading sources... [ 11%] modules/core > reST markup error: > /usr/local/lib/python2.6/dist-packages/sympy-0.6.7_git-py2.6.egg/sympy/core/add.py:docstring > of sympy.core.add.Add.primitive:4: (SEVERE/4) Unexpected section title. > > > Any suggestions? This used to work. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
