-
Notifications
You must be signed in to change notification settings - Fork 129
Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility #19858
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
Merged
jameerpathan111
merged 1 commit into
SatelliteQE:master
from
ogajduse:fix/doc-build-failing-autoapi
Oct 6, 2025
Merged
Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility #19858
jameerpathan111
merged 1 commit into
SatelliteQE:master
from
ogajduse:fix/doc-build-failing-autoapi
Oct 6, 2025
Conversation
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
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.
lpramuk
approved these changes
Oct 6, 2025
a255560 to
1c13b1a
Compare
Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536
1c13b1a to
1babd43
Compare
jameerpathan111
approved these changes
Oct 6, 2025
LadislavVasina1
approved these changes
Oct 6, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Oct 6, 2025
Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67)
github-actions bot
pushed a commit
that referenced
this pull request
Oct 6, 2025
Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67)
github-actions bot
pushed a commit
that referenced
this pull request
Oct 6, 2025
Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67)
This was referenced Oct 6, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Oct 6, 2025
Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67)
jameerpathan111
pushed a commit
that referenced
this pull request
Oct 6, 2025
…19867) Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858) Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67) Co-authored-by: Ondřej Gajdušek <[email protected]>
jameerpathan111
pushed a commit
that referenced
this pull request
Oct 6, 2025
…19866) Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858) Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67) Co-authored-by: Ondřej Gajdušek <[email protected]>
jameerpathan111
pushed a commit
that referenced
this pull request
Oct 6, 2025
…19868) Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858) Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67) Co-authored-by: Ondřej Gajdušek <[email protected]>
jameerpathan111
pushed a commit
that referenced
this pull request
Oct 6, 2025
…19865) Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858) Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with: TypeError: AstroidBuilder.__init__() missing 1 required positional argument: 'manager' This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version. Fixes: readthedocs/sphinx-autoapi#536 (cherry picked from commit d796c67) Co-authored-by: Ondřej Gajdušek <[email protected]>
ogajduse
added a commit
to ogajduse/robottelo
that referenced
this pull request
Oct 7, 2025
…telliteQE#19858)" This reverts commit d796c67.
rmynar
pushed a commit
that referenced
this pull request
Oct 7, 2025
* Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Oct 7, 2025
* Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> (cherry picked from commit bd061ca)
github-actions bot
pushed a commit
that referenced
this pull request
Oct 7, 2025
* Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> (cherry picked from commit bd061ca)
github-actions bot
pushed a commit
that referenced
this pull request
Oct 7, 2025
* Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> (cherry picked from commit bd061ca)
github-actions bot
pushed a commit
that referenced
this pull request
Oct 7, 2025
* Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> (cherry picked from commit bd061ca)
ogajduse
added a commit
that referenced
this pull request
Oct 7, 2025
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]> fix sphinx-autoapi compatibility (#19858)"
ogajduse
added a commit
that referenced
this pull request
Oct 7, 2025
Bump sphinx-autoapi from 3.6.0 to 3.6.1 (#19881) * Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- (cherry picked from commit bd061ca) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]>
ogajduse
added a commit
that referenced
this pull request
Oct 7, 2025
Bump sphinx-autoapi from 3.6.0 to 3.6.1 (#19881) * Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- (cherry picked from commit bd061ca) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]>
ogajduse
added a commit
that referenced
this pull request
Oct 7, 2025
Bump sphinx-autoapi from 3.6.0 to 3.6.1 (#19881) * Bump sphinx-autoapi from 3.6.0 to 3.6.1 Bumps [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: sphinx-autoapi dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... * Revert "Pin astroid to <4.0.0 to fix sphinx-autoapi compatibility (#19858)" This reverts commit d796c67. --------- (cherry picked from commit bd061ca) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ondřej Gajdušek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.15.z
6.16.z
6.17.z
6.18.z
Introduced in or relating directly to Satellite 6.18
CherryPick
PR needs CherryPick to previous branches
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.
Astroid 4.0.0 introduced breaking API changes that cause sphinx-autoapi to crash with:
This pins astroid to versions below 4.0.0 until sphinx-autoapi releases a compatible version.
Related: