-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Docs Fix #393
Docs Fix #393
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Successful docs workflow- atharva-2001#3 The URL thing has been fixed in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning this up! Great work.
It looks good to me. |
📝 Description
Type: 📝
documentation
| 🎢infrastructure
Docs workflow is failing with this traceback-
because numpydoc had a recent release (1.6.0) which used the walrus operator in the code which is not compatible with our pinned python dependency. Pinning
numpydoc
to a previous release fixes this. This PR also updates the lock files corresponding to this change.📌 Resources
See numpydoc releases here-
https://github.com/numpy/numpydoc/releases
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label