Skip to content

CI: docs build failing? #39176

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
jreback opened this issue Jan 14, 2021 · 3 comments · Fixed by #41453
Closed

CI: docs build failing? #39176

jreback opened this issue Jan 14, 2021 · 3 comments · Fixed by #41453
Labels
CI Continuous Integration Docs
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Jan 14, 2021

several recent PRs are showing a web / docs build failure: https://github.com/pandas-dev/pandas/pull/39136/checks?check_run_id=1704155153

though not sure we are actually seeing this on master.

cc @pandas-dev/pandas-core

@jreback jreback added Docs CI Continuous Integration labels Jan 14, 2021
@jreback jreback added this to the 1.3 milestone Jan 14, 2021
@phofl
Copy link
Member

phofl commented Jan 14, 2021

The first failed build on master had two version changes:

nbformat 5.0.8 -> 5.1.0
gstreamer 1.18.2 -> 1.18.3

Probably nbformat broke something with the ipython notebooks?
We are getting a lot of warnings starting in line 2400 here
https://github.com/pandas-dev/pandas/runs/1704034071#step:6:2393

@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Jan 14, 2021

Yes, the current last commit on master also has the failure: https://github.com/pandas-dev/pandas/runs/1704622280

There are many warnings like

 /home/runner/work/pandas/pandas/doc/source/user_guide/style.ipynb:7: WARNING: Unexpected indentation.
/home/runner/work/pandas/pandas/doc/source/user_guide/style.ipynb:19: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/runner/work/pandas/pandas/doc/source/user_guide/style.ipynb:20: WARNING: Definition list ends without a blank line; unexpected unindent.
/home/runner/work/pandas/pandas/doc/source/user_guide/style.ipynb:22: WARNING: Unexpected indentation.
/home/runner/work/pandas/pandas/doc/source/user_guide/style.ipynb:25: WARNING: Unexpected indentation.
/home/runner/work/pandas/pandas/doc/source/user_guide/style.ipynb:42: WARNING: Block quote ends without a blank line; unexpected unindent.

It doesn't seems to be a new sphinx version, as that's already a week ago

@jreback
Copy link
Contributor Author

jreback commented Jan 14, 2021

ok let's just fix those deps for now (and open an issue about this) / repurpose this one. if someone can do a PR :->

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.

3 participants