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

GH-39640: [Docs] Pin pydata-sphinx-theme to 0.14.* #39758

Merged
merged 4 commits into from
Jan 30, 2024

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Jan 23, 2024

Rationale for this change

Fixing the pinning syntax so we get the latest 0.14.x version (which is currently 0.14.4)

@raulcd
Copy link
Member

raulcd commented Jan 23, 2024

The docs are currently failing but I am not sure how this can be related:

 [autosummary] generating autosummary for: c_glib/index.rst, cpp/acero/developer_guide.rst, cpp/acero/overview.rst, cpp/acero/substrait.rst, cpp/acero/user_guide.rst, cpp/api.rst, cpp/api/acero.rst, cpp/api/array.rst, cpp/api/async.rst, cpp/api/builder.rst, ..., python/ipc.rst, python/json.rst, python/memory.rst, python/numpy.rst, python/orc.rst, python/pandas.rst, python/parquet.rst, python/timestamps.rst, r/index.rst, status.rst
WARNING: [autosummary] failed to import pyarrow.compute.ScalarUdfContext.
Possible hints:
* ModuleNotFoundError: No module named 'pyarrow.compute.ScalarUdfContext'; 'pyarrow.compute' is not a package
* AttributeError: module 'pyarrow.compute' has no attribute 'ScalarUdfContext'
* ImportError: 
[autosummary] generating autosummary for: /arrow/docs/source/python/generated/pyarrow.Array.rst, /arrow/docs/source/python/generated/pyarrow.BinaryArray.rst, /arrow/docs/source/python/generated/pyarrow.BinaryScalar.rst, /arrow/docs/source/python/generated/pyarrow.BooleanArray.rst, /arrow/docs/source/python/generated/pyarrow.BooleanScalar.rst, /arrow/docs/source/python/generated/pyarrow.Buffer.rst, /arrow/docs/source/python/generated/pyarrow.BufferOutputStream.rst, /arrow/docs/source/python/generated/pyarrow.BufferReader.rst, /arrow/docs/source/python/generated/pyarrow.ChunkedArray.rst, /arrow/docs/source/python/generated/pyarrow.Codec.rst, ..., /arrow/docs/source/python/generated/pyarrow.types.is_unicode.rst, /arrow/docs/source/python/generated/pyarrow.types.is_union.rst, /arrow/docs/source/python/generated/pyarrow.types.is_unsigned_integer.rst, /arrow/docs/source/python/generated/pyarrow.uint16.rst, /arrow/docs/source/python/generated/pyarrow.uint32.rst, /arrow/docs/source/python/generated/pyarrow.uint64.rst, /arrow/docs/source/python/generated/pyarrow.uint8.rst, /arrow/docs/source/python/generated/pyarrow.unify_schemas.rst, /arrow/docs/source/python/generated/pyarrow.unregister_extension_type.rst, /arrow/docs/source/python/generated/pyarrow.utf8.rst
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
loading intersphinx inventory from https://numpy.org/doc/stable/objects.inv...
loading intersphinx inventory from https://pandas.pydata.org/docs/objects.inv...
WARNING: The version switcher "/docs/_static/versions.json" file cannot be read due to the following error:
building [mo]: targets for 0 po files that are out of date
writing output... 
FileNotFoundError(2, 'No such file or directory')

@jorisvandenbossche
Copy link
Member Author

Hmm, not sure why we only see this error now, but this ScalarUdfContext has already been removed (renamed to UdfContext) for many months: #35514 (but that PR didn't update the docs)

@jorisvandenbossche
Copy link
Member Author

This is green now, so going to merge this fix the CI.

@jorisvandenbossche jorisvandenbossche merged commit c6ab286 into apache:main Jan 30, 2024
13 checks passed
@jorisvandenbossche jorisvandenbossche removed the awaiting committer review Awaiting committer review label Jan 30, 2024
@jorisvandenbossche jorisvandenbossche deleted the gh-39640 branch January 30, 2024 08:17
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit c6ab286.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
### Rationale for this change

Fixing the pinning syntax so we get the latest 0.14.x version (which is currently 0.14.4)

* Closes: apache#39640

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
raulcd pushed a commit that referenced this pull request Feb 20, 2024
### Rationale for this change

Fixing the pinning syntax so we get the latest 0.14.x version (which is currently 0.14.4)

* Closes: #39640

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
### Rationale for this change

Fixing the pinning syntax so we get the latest 0.14.x version (which is currently 0.14.4)

* Closes: apache#39640

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
### Rationale for this change

Fixing the pinning syntax so we get the latest 0.14.x version (which is currently 0.14.4)

* Closes: apache#39640

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@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 this pull request may close these issues.

[Docs] The message appearing when selecting dev version of the documentation is wrong
2 participants