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

Doc build fails on pandas docstring #8157

Closed
max-sixty opened this issue Sep 7, 2023 · 3 comments · Fixed by #8188
Closed

Doc build fails on pandas docstring #8157

max-sixty opened this issue Sep 7, 2023 · 3 comments · Fixed by #8188

Comments

@max-sixty
Copy link
Collaborator

What is your issue?

It looks like the doc build is failing on a pandas docstring:

/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/8156/lib/python3.10/site-packages/cartopy/io/__init__.py:241: DownloadWarning: Downloading: https://naturalearth.s3.amazonaws.com/50m_physical/ne_50m_coastline.zip
  warnings.warn(f'Downloading: {url}', DownloadWarning)
reading sources... [ 99%] user-guide/reshaping
reading sources... [ 99%] user-guide/terminology
reading sources... [ 99%] user-guide/time-series
reading sources... [ 99%] user-guide/weather-climate
reading sources... [100%] whats-new

/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/8156/lib/python3.10/site-packages/pandas/core/indexes/base.py:docstring of pandas.core.indexes.base.Index.join:14: WARNING: Inline literal start-string without end-string.
/home/docs/checkouts/readthedocs.org/user_builds/xray/conda/8156/lib/python3.10/site-packages/pandas/core/indexes/base.py:docstring of pandas.core.indexes.base.Index.join:15: WARNING: Inline literal start-string without end-string.
looking for now-outdated files... none found

(also including the cartopy warning in case that's relevant)

Is this expected? Is anyone familiar enough with the doc build to know whether we can disable warnings from 3rd party modules?

@max-sixty max-sixty added the needs triage Issue that has not been reviewed by xarray team member label Sep 7, 2023
@dcherian
Copy link
Contributor

dcherian commented Sep 7, 2023

Is anyone familiar enough with the doc build to know whether we can disable warnings from 3rd party modules?

We could pin pandas for now.

@dcherian dcherian added topic-testing upstream issue and removed needs triage Issue that has not been reviewed by xarray team member labels Sep 7, 2023
@kmuehlbauer
Copy link
Contributor

@kmuehlbauer
Copy link
Contributor

pandas-dev/pandas#55050

@keewis keewis mentioned this issue Sep 15, 2023
1 task
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.

3 participants