Fix make gendocs error; temporarily pin CI to Python 3.13; parallelize documentation generation#726
Merged
lgarber-akamai merged 4 commits intolinode:devfrom Nov 10, 2025
Conversation
yec-akamai
approved these changes
Nov 10, 2025
Contributor
yec-akamai
left a comment
There was a problem hiding this comment.
Works well locally, nice fix!
make gendocs error; parallelize documentation generationmake gendocs error; temporarily pin CI to Python 3.13; parallelize documentation generation
zliang-akamai
approved these changes
Nov 10, 2025
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.
📝 Description
This pull request resolves an issue that occurs when running
make gendocs, which was the result of a change in a recent Ansible release.This pull request also temporarily pins the CI Python version to
3.13while we wait for 13.0.0 of the Ansible package to release. Running Python 3.14 caused errors in the release CI due to not being supported by the latest stable Ansible package version.Additionally, this pull request reworks the
specdoc_generate.shscript to run in parallel usingxargs.✔️ How to Test
The following test steps assume you have pulled down this PR locally and run
make install.Manual Testing