drin commented on issue #35438:
URL: https://github.com/apache/arrow/issues/35438#issuecomment-1535242920

   Also, not sure if relevant, but the `src` attribute for the logo is 
incorrect:
   ```html
   <a class="navbar-brand" href="../../index.html">
     <img src="../../_static/../../_static/arrow.png" class="logo" alt="logo">
   </a>
   ```
   
   and I am seeing the following issues in the browser (firefox) console:
   ```
   Uncaught ReferenceError: $ is not defined
       <anonymous> 
https://arrow.apache.org/docs/cpp/api/compute.html#function-execution:133
       <anonymous> 
https://arrow.apache.org/docs/cpp/api/compute.html#function-execution:151
       ...
   Uncaught ReferenceError: jQuery is not defined
       <anonymous> 
https://arrow.apache.org/docs/_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf:1
       n 
https://arrow.apache.org/docs/_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf:1
       ...
   Uncaught ReferenceError: $ is not defined
       <anonymous> https://arrow.apache.org/docs/_static/versionwarning.js:21
       <anonymous> https://arrow.apache.org/docs/_static/versionwarning.js:135
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to