Skip to content

python3.5 ? #2523

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

Closed
parmentelat opened this issue Nov 20, 2016 · 2 comments
Closed

python3.5 ? #2523

parmentelat opened this issue Nov 20, 2016 · 2 comments

Comments

@parmentelat
Copy link

parmentelat commented Nov 20, 2016

Details

Expected Result

A description of what you wanted to happen

My code is based on asyncio and uses a lot of async def foo() and await coro() syntax that was introduced in python3.5; so for sphinx to be able to autodoc this code, it needs to run at least python3.5.

Actual Result

A description of what actually happened

At first I have struggled a bit to find about the advanced settings page where I chose CPython3.x, but this now seems to give me 3.4.

As a result of course, sphinx crashes when trying to build.

Is there anything I can do with the settings of my project to get a python3.5 instead ?
Or does this necessarily require an upgrade from on platform side ?

Thanks and my apologies if this is not the right channel for this question.

@kdelwat
Copy link

kdelwat commented Jan 4, 2017

Any update on this issue? I'm also trying to document a project with async and await.

@agjohnson
Copy link
Contributor

Closing this as a duplicate of #1990, feel free to watch there for updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants