You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read the Docs username (if applicable): parmentelat
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.
The text was updated successfully, but these errors were encountered:
Details
Expected Result
A description of what you wanted to happen
My code is based on
asyncio
and uses a lot ofasync def foo()
andawait 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.
The text was updated successfully, but these errors were encountered: