currently Sphinx (ebuild sphinx-1.1) can not be use do generate documentation for Python 3. Changing the ebuild from PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" to PYTHON_DEPEND="2 3" SUPPORT_PYTHON_ABIS="1" #RESTRICT_PYTHON_ABIS="3.*" add the Python3 support.
Other changes are also needed (e.g. for test suite). You can use dev-python/sphinx from Progress Overlay.
Thanks for the suggestion. I did not known this overlay. But trying `layman -a progress`, I get * Overlay "progress" does not exist. Any ideas?
(In reply to comment #2) Synchronize the list of overlays: layman -f
EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" DISTUTILS_SRC_TEST="nosetests" 04 Nov 2011; Markos Chandras <hwoarang@gentoo.org> sphinx-1.0.7.ebuild, sphinx-1.1.ebuild: Fix dependencies. Simplify ebuilds. Patch by Arfrever. Does this not qualify as fixed? I'm tired of closing bugs fixed only to have the re-opened.
(In reply to comment #4) That change was unrelated to this bug.
PYTHON_MULTIPLE_ABIS="1" PYTHON_RESTRICTED_ABIS="2.4" would probably suffice for ::gentoo
sphinx-1.1.3 doesn't seem to support python-3.2.
(In reply to comment #7) > sphinx-1.1.3 doesn't seem to support python-3.2. Sphinx 1.1.3 passes all tests with Python 3.1 and 3.2.
This should be resolved in sphinx-1.1.3-r2.