We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Not sure if this helps in any way, but the culprit seems to be here:
https://github.com/pandas-dev/pandas/blob/faeedade7966d6f2a5b601c26205a71362913c47/pandas/core/indexes/base.py#L4560-L4561
pandas-dev/pandas#55050
Successfully merging a pull request may close this issue.
What is your issue?
It looks like the doc build is failing on a pandas docstring:
(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?
The text was updated successfully, but these errors were encountered: