-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: use RTD for doc builds / hosting #12003
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
Comments
We might even be able to build pandas on RTD -- compiling pandas only takes On Fri, Jan 8, 2016 at 4:04 PM, Jeff Reback [email protected]
|
I wasn't aware that you could actually compile things on RTD, really? |
Yep, it runs setup.py. You just can't compile dependencies -- but now we'll be able to install matplotlib, scipy, pytables, etc with conda. On Fri, Jan 8, 2016 at 4:13 PM, Jeff Reback [email protected]
|
oh if that's the case, then great! your next project! |
@datapythonista is this actionable/desirable? |
I'm not the right person to tell, I don't understand our build system so well. But seems like this could make our lives easier, so I'll do some research while working on the documentation refactoring. |
I think the main problem is that our docs take a long time to build (on travis often between 40 and 50 minutes), while https://docs.readthedocs.io/en/latest/builds.html mentions a limit of 15 min (I thought it was longer, but that is in any case way too short) |
It's 15 minutes, but RTD builds your docs with Sphinx at least 3 times. I'm
pretty sure it would be unworkable for pandas.
…On Thu, Jul 12, 2018 at 9:09 PM Joris Van den Bossche < ***@***.***> wrote:
I think the main problem is that our docs take a long time to build (on
travis often between 40 and 50 minutes), while
https://docs.readthedocs.io/en/latest/builds.html mentions a limit of 15
min (I thought it was longer, but that is in any case way too short)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#12003 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKS1ti3-yj6lyfkxgoXpgj1QMdB7X2Mks5uGAFngaJpZM4HBkZJ>
.
|
OK, let's close this then. |
now RTD support conda, see here.
for pure-python packages this is quite easy (e.g. @shoyer just added
xray
support).We would have to build a conda package on travis. and push to our channel. Which is then pulled from RTD.
The text was updated successfully, but these errors were encountered: