-
Notifications
You must be signed in to change notification settings - Fork 12
[Update Deps] Documentation Release Update #415
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
Changes from all commits
dfcc8b7
1a28e06
eb7a683
a486bb7
ce60826
a909d6b
ea42a76
8f2a11a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,6 +108,7 @@ dev = [ | |
| "pre-commit==3.3.2", | ||
| ] | ||
| docs = [ | ||
| "astroid==3.3.11", # Newer versions of astroid are not compatible with sphinx==7.4.7 | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. need to lock this as newer versions seem incompatible with the sphinx autodoc version. |
||
| "sphinx==7.4.7", | ||
| "sphinx-rtd-theme==2.0.0", | ||
| "pydata-sphinx-theme==0.16.1", | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This removal is unrelated to this PR right? Again, I really prefer to avoid these unrelated changes if possible.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Its releated as it was causing issues with build - i dunno why.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. weird! |
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
should we revert this?
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.
I will do this post PR merge along with the other similar changes.