Update to Sphinx 7.0 & enable parallell builds#891
Merged
dgarcia360 merged 14 commits intomasterfrom Oct 6, 2023
Merged
Conversation
01d2a19 to
7d5299a
Compare
Collaborator
|
@dgarcia360 it would be nice to test how much this PR improve doc build time for a a project like scylladb/scylladb |
Collaborator
Author
|
@tzach Definitely! I will share metrics if the doc build time improves. |
fix: tests fix: tests
0db8839 to
5f54913
Compare
Collaborator
Author
|
Sphinx 7.0 + parallel builds has not reduced significantly the build time for the open-source project - the bottleneck still is in the sidebar generation. |
Collaborator
|
@dgarcia360 Looks good, no errors. I can see Sphinx 7.2 in the footer. |
annastuchlik
approved these changes
Oct 3, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Related issue #887 and #860
How to test