Skip to content

CI: Docbuild started to fail #48431

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
phofl opened this issue Sep 7, 2022 · 2 comments · Fixed by #48444
Closed

CI: Docbuild started to fail #48431

phofl opened this issue Sep 7, 2022 · 2 comments · Fixed by #48444
Labels
CI Continuous Integration Docs
Milestone

Comments

@phofl
Copy link
Member

phofl commented Sep 7, 2022

As far as I can see, this was unrelated to any changes we added

https://github.com/pandas-dev/pandas/runs/8218023423?check_suite_focus=true

@phofl phofl added Docs CI Continuous Integration labels Sep 7, 2022
@phofl phofl added this to the 1.5 milestone Sep 7, 2022
@jorisvandenbossche
Copy link
Member

This is complaining about a line in the docs that has already been there for many years:

 >>>-------------------------------------------------------------------------
Exception in /home/runner/work/pandas/pandas/doc/source/user_guide/timeseries.rst at block ending on line 2001
Specify :okexcept: as an option in the ipython:: block to suppress this message
  Cell In [360], line 2
    p == pd.Period("2012-01", freq="3M")
    ^
SyntaxError: invalid syntax

This is using an inline @okexcept. Since there was a new IPython release, that's my first guess.

@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Sep 7, 2022

The failing build is using IPython 8.5.0, released yesterday. Potentially related to ipython/ipython#13612

So we can pin to an older IPython for now (or split the code block)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants