Skip to content
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

Closed
raulcd opened this issue Apr 17, 2023 · 1 comment · Fixed by #35194
Closed

Comments

@raulcd
Copy link
Member

raulcd commented Apr 17, 2023

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:

Theme error:
An error happened in rendering the page c_glib/index.
Reason: UndefinedError("'logo' is undefined")

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

@westonpace
Copy link
Member

Looks like sphinx 6.0.0 requires logo_url instead of logo. I think we are only using logo in one place. I'll try some experiments.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants