apache / arrow-flight-sql-postgresql

Apache Arrow Flight SQL adapter for PostgreSQL
https://arrow.apache.org/flight-sql-postgresql/
Apache License 2.0
64 stars 9 forks source link

Version switcher seems broken on mobile #140

Closed tikkss closed 9 months ago

tikkss commented 9 months ago

Looks like the version switcher on mobile in https://arrow.apache.org/flight-sql-postgresql seems broken.

image

Maybe, updating to pydata-sphinx-theme v0.14.0 will fix it. Please refer to the following.

kou commented 9 months ago

Oh, good catch! Then it will be fixed eventually because we don't pin pydata-sphinx-theme: https://github.com/apache/arrow-flight-sql-postgresql/blob/962590425085b3eb8778599b09169934067580a6/doc/requirements.txt#L19

https://arrow.apache.org/flight-sql-postgresql/devel/ will be fixed in the next commit. https://arrow.apache.org/flight-sql-postgresql/current/ will be fixed in the next release. But https://arrow.apache.org/flight-sql-postgresql/0.1.0/ unless we don't apply the fix https://github.com/pydata/pydata-sphinx-theme/pull/1342 to https://github.com/apache/arrow-flight-sql-postgresql/blob/asf-site/0.1.0/_static/scripts/pydata-sphinx-theme.js . But the .js was minified...

tikkss commented 9 months ago

Thank you! I see it works well in the next commit and next release.

But the .js was minified...

Oh, I see that this problem is difficult to resolve.

kou commented 9 months ago

Backported.

tikkss commented 9 months ago

Wow! That's cool!

devel website is corrected. 0.1.0 website is corrected.

current website will be fixed in the next release.

Thanks!