[docs] [issue19248] sphinx is not py3k compatible

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Oct 13 22:42:23 CEST 2013


Arfrever Frehtes Taifersar Arahesis added the comment:

> Is the assumption that python2 is still supposed to be the default python everywhere?
> Is python 3 not able to build itself yet?

You can manually install Sphinx >=1.1 (preferably >=1.2.*) (and its dependencies) using Python 3, and directly call `sphinx-build` from so installed Sphinx, instead of using `make`.

----------
nosy: +Arfrever

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19248>
_______________________________________


More information about the docs mailing list