Skip to content

CI: Doc build is failing because of upstream changes #44494

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

Closed
3 tasks done
phofl opened this issue Nov 17, 2021 · 8 comments
Closed
3 tasks done

CI: Doc build is failing because of upstream changes #44494

phofl opened this issue Nov 17, 2021 · 8 comments
Labels
CI Continuous Integration Dependencies Required and optional dependencies Docs
Milestone

Comments

@phofl
Copy link
Member

phofl commented Nov 17, 2021

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the master branch of pandas.

Reproducible Example

>>>-------------------------------------------------------------------------
Warning in /home/runner/work/pandas/pandas/doc/source/user_guide/io.rst at block ending on line 3033
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/home/runner/miniconda3/envs/pandas-dev/lib/python3.8/site-packages/charset_normalizer/api.py:91: UserWarning: Trying to detect encoding from a tiny portion of (11) byte(s).
  warn('Trying to detect encoding from a tiny portion of ({}) byte(s).'.format(length))
<<<-------------------------------------------------------------------------

and

WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'https://www.statsmodels.org/devel/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPSConnectionPool(host='www.statsmodels.org', port=443): Max retries exceeded with url: /devel/objects.inv (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fef8dc72670>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
@phofl phofl added Bug Needs Triage Issue that has not been reviewed by a pandas team member CI Continuous Integration Dependencies Required and optional dependencies Docs and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Nov 17, 2021
@phofl
Copy link
Member Author

phofl commented Nov 17, 2021

cc @pandas-dev/pandas-core

@bashtage
Copy link
Contributor

Seems to be available now.

@lithomas1 lithomas1 added Unreliable Test Unit tests that occasionally fail and removed Bug labels Nov 17, 2021
@johnzangwill
Copy link
Contributor

This is the log from this morning:
error_log.log

@bashtage
Copy link
Contributor

Looks like he NumericIndex changes are biting from io.rst.

@jbrockmendel
Copy link
Member

Any thoughts on how to handle these warnings? my guess of catching warnings in conf.linkcode_resolve was a bust

@lithomas1 lithomas1 modified the milestone: 1.3.5 Nov 20, 2021
@lithomas1 lithomas1 added the Closing Candidate May be closeable, needs more eyeballs label Nov 20, 2021
@lithomas1
Copy link
Member

Looks like this fixed itself?

@jbrockmendel
Copy link
Member

closed by #44529

@jreback
Copy link
Contributor

jreback commented Nov 20, 2021

yep

@jreback jreback closed this as completed Nov 20, 2021
@simonjayhawkins simonjayhawkins added this to the 1.3.5 milestone Nov 21, 2021
@simonjayhawkins simonjayhawkins removed the Closing Candidate May be closeable, needs more eyeballs label Nov 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Dependencies Required and optional dependencies Docs
Projects
None yet
Development

No branches or pull requests

7 participants