Skip to content

Build error with build id #21850791 #10717

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
ots22 opened this issue Sep 7, 2023 · 2 comments
Closed

Build error with build id #21850791 #10717

ots22 opened this issue Sep 7, 2023 · 2 comments

Comments

@ots22
Copy link

ots22 commented Sep 7, 2023

Details:

Expected Result

Build to complete successfully

Actual Result

The last step of the build that completes is

python -m pip install --upgrade --no-cache-dir pillow mock==1.0.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.9.1 recommonmark==0.5.0 sphinx sphinx-rtd-theme readthedocs-sphinx-ext<2.3

The next step doesn't give any output and the build errors at that point with a generic message ('There was a problem with Read the Docs while building your documentation.')

@ots22
Copy link
Author

ots22 commented Sep 7, 2023

The error seemed to be caused by having

extra_requirements:
  - [doc]

in .readthedocs.yml, instead of

extra_requirements:
  - doc

@ots22 ots22 closed this as completed Sep 7, 2023
@humitos
Copy link
Member

humitos commented Sep 7, 2023

@ots22 there is an example in the documentation about this config key: https://docs.readthedocs.io/en/stable/config-file/v2.html#packages

However, the error shown to the user should be pretty clear. I'm adding this to #10502

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

2 participants