You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/04/17 15:33:03 UTC

[GitHub] [arrow] raulcd opened a new issue, #35192: [CI][Docs] Nightly tests for ubuntu-default-docs is failing due to new sphinx version

raulcd opened a new issue, #35192:
URL: https://github.com/apache/arrow/issues/35192

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   The [test-ubuntu-default-docs](https://github.com/ursacomputing/crossbow/runs/12788431911) 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd closed issue #35192: [CI][Docs] Nightly tests for ubuntu-default-docs is failing due to new sphinx version

Posted by "raulcd (via GitHub)" <gi...@apache.org>.
raulcd closed issue #35192: [CI][Docs] Nightly tests for ubuntu-default-docs is failing due to new sphinx version
URL: https://github.com/apache/arrow/issues/35192


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #35192: [CI][Docs] Nightly tests for ubuntu-default-docs is failing due to new sphinx version

Posted by "westonpace (via GitHub)" <gi...@apache.org>.
westonpace commented on issue #35192:
URL: https://github.com/apache/arrow/issues/35192#issuecomment-1511610794

   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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org