-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC/WIP: travis notebook doc build #13493
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/WIP: travis notebook doc build #13493
Conversation
11e9664
to
aa3dbb5
Compare
Current coverage is 84.33%@@ master #13493 diff @@
==========================================
Files 138 138
Lines 51106 51106
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 43102 43102
Misses 8004 8004
Partials 0 0
|
aa3dbb5
to
c9df2f9
Compare
@@ -1,7 +1,9 @@ | |||
ipython | |||
ipykernel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can just include notebook
and get all of the deps
@jorisvandenbossche so my last commit succeeded https://travis-ci.org/pydata/pandas/jobs/139093566#L1569 I'm not sure why the |
Hmm, I am not sure this is due to the installing of the kernel, as the logs say:
So I think it is just adding the |
Ahh, I missed that. Let me retry just using |
c9df2f9
to
df6939a
Compare
In principle, notebook is not needed (nbconvert and ipykernel should suffice as well), although doesn't hurt of course :-) |
@@ -19,6 +19,8 @@ fi | |||
|
|||
if [ x"$DOC_BUILD" != x"" ]; then | |||
|
|||
jupyter-kernelspec list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be removed again I think?
Apart from the clean-up, I think this can be merged? |
Added notebook deps for travis doc build.
df6939a
to
73800bb
Compare
@jorisvandenbossche fixed |
@jorisvandenbossche http://pandas-docs.github.io/pandas-docs-travis/style.html 🎉 A few minor things, like dependencies on ipywidgets and seaborn didn't work. I can do another followup. |
Yes, we're coming closer :-) Also a unicode thing (just needs a |
Just want to see the output log from the pull request.