-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CI][Docs] Nightly tests for ubuntu-default-docs is failing due to new sphinx version #35192
Labels
Component: Continuous Integration
Component: Documentation
Priority: Blocker
Marks a blocker for the release
Type: bug
Milestone
Comments
Looks like sphinx 6.0.0 requires |
raulcd
pushed a commit
that referenced
this issue
Apr 18, 2023
…= 6 (#35194) ### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See sphinx-doc/sphinx#11062 Instead we are supposed to use `logo_url` which has been available since release 4. ### What changes are included in this PR? Change from `logo` to `logo_url` ### Are these changes tested? There was a CI test that was failing so yes. ### Are there any user-facing changes? No. We already required `sphinx >= 4` and since `logo_url` is available in 4 we should not need to update the minimum sphinx version. * Closes: #35192 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
raulcd
pushed a commit
that referenced
this issue
Apr 19, 2023
…= 6 (#35194) ### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See sphinx-doc/sphinx#11062 Instead we are supposed to use `logo_url` which has been available since release 4. ### What changes are included in this PR? Change from `logo` to `logo_url` ### Are these changes tested? There was a CI test that was failing so yes. ### Are there any user-facing changes? No. We already required `sphinx >= 4` and since `logo_url` is available in 4 we should not need to update the minimum sphinx version. * Closes: #35192 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
…hinx >= 6 (apache#35194) ### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See sphinx-doc/sphinx#11062 Instead we are supposed to use `logo_url` which has been available since release 4. ### What changes are included in this PR? Change from `logo` to `logo_url` ### Are these changes tested? There was a CI test that was failing so yes. ### Are there any user-facing changes? No. We already required `sphinx >= 4` and since `logo_url` is available in 4 we should not need to update the minimum sphinx version. * Closes: apache#35192 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…hinx >= 6 (apache#35194) ### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See sphinx-doc/sphinx#11062 Instead we are supposed to use `logo_url` which has been available since release 4. ### What changes are included in this PR? Change from `logo` to `logo_url` ### Are these changes tested? There was a CI test that was failing so yes. ### Are there any user-facing changes? No. We already required `sphinx >= 4` and since `logo_url` is available in 4 we should not need to update the minimum sphinx version. * Closes: apache#35192 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…hinx >= 6 (apache#35194) ### Rationale for this change Sphinx dropped support for the `logo` property in release 6. See sphinx-doc/sphinx#11062 Instead we are supposed to use `logo_url` which has been available since release 4. ### What changes are included in this PR? Change from `logo` to `logo_url` ### Are these changes tested? There was a CI test that was failing so yes. ### Are there any user-facing changes? No. We already required `sphinx >= 4` and since `logo_url` is available in 4 we should not need to update the minimum sphinx version. * Closes: apache#35192 Authored-by: Weston Pace <weston.pace@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Continuous Integration
Component: Documentation
Priority: Blocker
Marks a blocker for the release
Type: bug
Describe the bug, including details regarding any error messages, version, and platform.
The test-ubuntu-default-docs job has been failing with the following error:
This is also happening on the 12.0.0 branch.
As @westonpace pointed me out it seems the last passing docs build used sphinx 5.3. All doc builds since then have been failing with sphinx 6.1.
Component(s)
Continuous Integration, Documentation
The text was updated successfully, but these errors were encountered: