Skip to content
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

readthedocs build failing on main branch #3200

Closed
jepler opened this issue Jul 24, 2020 · 1 comment · Fixed by #3212
Closed

readthedocs build failing on main branch #3200

jepler opened this issue Jul 24, 2020 · 1 comment · Fixed by #3212
Assignees
Milestone

Comments

@jepler
Copy link
Member

jepler commented Jul 24, 2020

See e.g., https://readthedocs.org/projects/circuitpython/builds/11523378/ (may need to be logged in to RTD as a CircuitPython collaborator)

Running Sphinx v1.8.5
Traceback (most recent call last):
  File "tools/extract_pyi.py", line 15, in <module>
    import isort
ModuleNotFoundError: No module named 'isort'
make: *** [stubs] Error 1

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/circuitpython/envs/latest/lib/python3.7/site-packages/sphinx/config.py", line 368, in eval_config_file
    execfile_(filename, namespace)
  File "/home/docs/checkouts/readthedocs.org/user_builds/circuitpython/envs/latest/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
    exec_(code, _globals)
  File "/home/docs/checkouts/readthedocs.org/user_builds/circuitpython/checkouts/latest/conf.py", line 77, in <module>
    subprocess.check_output(["make", "stubs"])
  File "/home/docs/.pyenv/versions/3.7.3/lib/python3.7/subprocess.py", line 395, in check_output
    **kwargs).stdout
  File "/home/docs/.pyenv/versions/3.7.3/lib/python3.7/subprocess.py", line 487, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['make', 'stubs']' returned non-zero exit status 2.
@jepler jepler added this to the 6.0.0 milestone Jul 24, 2020
@tannewt
Copy link
Member

tannewt commented Jul 24, 2020

Looks like we need to add isort to the doc requirements.txt

@tannewt tannewt self-assigned this Jul 27, 2020
jepler pushed a commit that referenced this issue Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants