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

Sphinx build is broken? #21126

Closed
mattip opened this issue Feb 27, 2022 · 1 comment · Fixed by #21127
Closed

Sphinx build is broken? #21126

mattip opened this issue Feb 27, 2022 · 1 comment · Fixed by #21127

Comments

@mattip
Copy link
Member

mattip commented Feb 27, 2022

Latest circleCI runs are failing with

sphinx.errors.SphinxParallelError: AttributeError: \
    'PosixPath' object has no attribute 'readlink'

This started about two days ago, the last successful run was the merge of #21119

@mayeut
Copy link
Contributor

mayeut commented Feb 27, 2022

seems related to ipython/ipython#13554
I'm currently looking into this.

mayeut added a commit to mayeut/numpy that referenced this issue Feb 27, 2022
ipython 8.1.0 causes the documentation build to fail because it uses features from python 3.9

Explicitly disallow pip to install this version.

fixes numpygh-21126

xref ipython/ipython#13554
charris pushed a commit to charris/numpy that referenced this issue Mar 2, 2022
ipython 8.1.0 causes the documentation build to fail because it uses features from python 3.9

Explicitly disallow pip to install this version.

fixes numpygh-21126

xref ipython/ipython#13554
melissawm pushed a commit to melissawm/numpy that referenced this issue Apr 12, 2022
ipython 8.1.0 causes the documentation build to fail because it uses features from python 3.9

Explicitly disallow pip to install this version.

fixes numpygh-21126

xref ipython/ipython#13554
seberg pushed a commit to seberg/numpy that referenced this issue Apr 24, 2022
ipython 8.1.0 causes the documentation build to fail because it uses features from python 3.9

Explicitly disallow pip to install this version.

fixes numpygh-21126

xref ipython/ipython#13554
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

Successfully merging a pull request may close this issue.

2 participants