-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Support python 3 #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yea, we don't support python3 yet. It's on the list, as Sphinx's latest release just started supporting it. |
Any updates on Python 3 support? |
Being able to build the docs in Python 3 will be great. If problematic, requiring a virtualenv instalation where the interpreter is specified might be a simpler way out. |
any news on this? this would be an important feature... |
Would be interested as well in Python3 support for Jasy (http://github.com/zynga/jasy) |
I have a project that target Python v3 as platform and I'm interest on this issue, so i will try to solve the issue myself (i already fork the rtd project). rtdf Developers, if you have any idea or suggestion that make my possible solution more attractive to you, contact me please. |
Sure. The main issue here is just calling out to Python3 on the backend with So, adding a basic configuration on the Project for Python Version (2 or The prod systems are running on Ubuntu, so I think just changing the On Tue, Dec 11, 2012 at 7:59 AM, Yeiniel Suárez Sosa <
Eric Holscher |
I recently tested one of my projects in Python 3.3. While all the code was http://sourceforge.net/tracker/index.php?func=detail&aid=3541369&group_id=38414&atid=422030 I do not know if this is fixed but you might want to do all your tests with Hernan On Tue, Dec 11, 2012 at 5:13 PM, Eric Holscher [email protected]:
|
Would it make sense to make the "Python version" choice a bit more generic than just "2" or "3"? Maybe make it a select list which could include for example "PyPy" if there are projects that requires PyPy and thus needs to build docs on it to include autodocs. |
I have tested this recently and the problem is already solved. It was Yeiniel On 12/11/12, Hernan Grecco [email protected] wrote:
Yeiniel Suarez Sosa |
please review the pull request maded to solve this problem. |
the pull request has been accepted but i tested on the rtfd site and I don't know if Eric Holscher read the latest comment on the pull best regards On 1/3/13, Hernan Grecco [email protected] wrote:
Yeiniel Suarez Sosa |
We are presently looking into this. |
This should hopefully be working now -- can someone please test it? |
This should be fixed now. |
Hi, I'm in struggle with this build error via RTFD we get on 'csjark' project, 'master' branch . It seems it concerns the Python v3 syntax we use in the project.
The builder doesn't like
as it seems to be Python syntax since v3.0.1 - PEP 0274.
The build completes fine via Sphinx 1.1.
The text was updated successfully, but these errors were encountered: