Hi, recently, our project started using sphinx to generate/maintain the documentation. Overall the experience is great, so let me thank you for the great job!
However, there is a problem specifically on my computer (gentoo linux, 64bit): when the C extension modules, wrapped by swig-1.3.36, are compiled, the documentation builds (e.g. 'make html') segfault. I am still using Python 2.5. Has anybody here encountered this behavior? We are using the numpydoc extension, as can be seen here: $ make html PYTHONPATH=.. sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v0.6.3 /usr/lib64/python2.5/site-packages/sphinx/application.py:167: DeprecationWarning: The numpydoc.autosummary extension can also be found as sphinx.ext.autosummary in Sphinx >= 0.6, and the version in Sphinx >= 0.7 is superior to the one in numpydoc. This numpydoc version of autosummary is no longer maintained. mod = __import__(extension, None, None, ['setup']) loading pickled environment... not found building [html]: targets for 50 source files that are out of date updating environment: 50 added, 0 changed, 0 removed reading sources... [ 8%] src/sfepy/applications/module_sfepy_applications_applimake: *** [html] Segmentation fault Thanks, Robert Cimrman -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=.
