-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Compilation issue with build #8533245 #5250
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
This looks like a bug in your configuration, not something that is an issue with Read the Docs. |
Does it build locally? Also, it can be an incompatibility with python 3.7. We upgrade our default interpreter. |
I tried building it locally, using python 3.7, with no luck same issue. I can try building it with a python version prior to 3.7 if it can help. |
Then, looks like a problem outside read the docs. We can close this issue if so. |
I tried compiling it using python 3.5 and it works fine.
|
You can change the python interpreter using a configuration file https://docs.readthedocs.io/en/stable/config-file/v2.html |
It works with the following configuration:
I guess this issue can be closed. |
workaround for mkdocs incompatibility with python 3.7 readthedocs/readthedocs.org#5250
Details
Expected Result
Doc is being generated without any errors.
Actual Result
The build starts as usual and steps are being passed until the actual
mkdocs build
step. This step fails aStopIteration
exception being raised.The text was updated successfully, but these errors were encountered: