Skip to content

There was a problem with Read the Docs while building your documentation. Build id (7504698). #4400

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
paulmueller opened this issue Jul 18, 2018 · 3 comments
Labels
Support Support question

Comments

@paulmueller
Copy link

paulmueller commented Jul 18, 2018

Details

Expected Result

The documentation builds.

Actual Result

The build stops without any other error messages after cat docs/conf.py.

More information

  • This is a sphinx project, the package source code is Python >= 3.6 and I am using autodoc
  • The build runs fine with my local setup (Python 3.6)
  • The build time is only 100s, so it is not a timeout.
  • I started to experience this problem after the new rtd release 2.6.0. This might be related.
  • Issue Build fail without any error in mkdocs projects #4380 did not solve my problem.
@RichardLitt RichardLitt added the Support Support question label Jul 18, 2018
@stsewd
Copy link
Member

stsewd commented Jul 18, 2018

I saw this commit RI-imaging/DryMass@5a8dced, just to clarify rtd does support python 3.6 but you need to specify a build image with that version https://docs.readthedocs.io/en/latest/yaml-config.html#build-image

I was able to build your docs in my local instance, so not sure what the problem is :/

@paulmueller
Copy link
Author

Thanks for the hint - that seemed to have solved it 🎆.
https://readthedocs.org/projects/drymass/builds/7507493/

Would it make sense for rtd to check for the Python version in setup.py?
e.g.:

setup(...
         python_requires='>=3.6, <4',
         ...)

I am just thinking that something along these lines might make it easier to debug this type of issue.

@stsewd
Copy link
Member

stsewd commented Jul 18, 2018

@paulmueller not all projects have a python_requires or even a setup.py file, so respecting that would be tricky. Glad that your docs are building again!

@stsewd stsewd closed this as completed Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Support question
Projects
None yet
Development

No branches or pull requests

3 participants