-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Pin Sphinx<4.0
#7456
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
Pin Sphinx<4.0
#7456
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7456 +/- ##
======================================
- Coverage 92% 92% -0%
======================================
Files 199 199
Lines 13030 13030
======================================
- Hits 11989 11951 -38
- Misses 1041 1079 +38 |
requirements/docs.txt
Outdated
| @@ -1,4 +1,4 @@ | |||
| sphinx>=3.0, !=3.5 # fails with sphinx.ext.viewcode | |||
| sphinx>=3.0, !=3.5, <4.0 # fails with sphinx.ext.viewcode # fails with sphinx_paramlinks with 4.0.0 | |||
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.
There was no other release between 3.5 and 4.0
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 was wondering why it was using 3.5.4 in the very last successful runs even though we specified !=3.5:
Sphinx 3.5.4
https://github.com/PyTorchLightning/pytorch-lightning/runs/2535513652
tchaton
left a comment
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.
LGTM !
awaelchli
left a comment
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.
need to wait for a sphinx-paramlinks update like last time :)
* Dont use sphinx 4.0.0 * Dont use sphinx 4.0.0 * Update comment * Simple There is no other release between 3.5 and 4.0 Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 6d82dc8)
* Dont use sphinx 4.0.0 * Dont use sphinx 4.0.0 * Update comment * Simple There is no other release between 3.5 and 4.0 Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 6d82dc8)
* Dont use sphinx 4.0.0 * Dont use sphinx 4.0.0 * Update comment * Simple There is no other release between 3.5 and 4.0 Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit 6d82dc8)
What does this PR do?
Fixes #7455.
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃