-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Stop generating pdf docs? #17051
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
+1 to stop generating it at each commit on master but I think it's still useful to make them once per release. We had issues in the past about people using it, and it's nice to have something off-line. |
how about providing a zip of the html docs for off-line browsing? I feel like this would be more usable than a big pdf |
Let's discuss it in the meeting tomorrow? |
I'd be happy for us to provide a zip of HTML docs.
|
I think this needs to be solved for the release. @rth would you be able to put together a PR for this one maybe? |
The actual blocker is the LaTeX issue right? It would be fine to still ship a pdf for this version |
Yes. |
I'll look into it today. (Currently, I am not able to reproduce) |
It fixed itself on master. |
love it. Apparently the error comes from a hyperref being split across 2 pages (details here, and as far as I understand there's pretty much no fix). It might happen again if we get unlucky with the docs layout. |
Hey! Have you reached a consensus about this issue (+1 about providing a zip of HTML docs instead of a PDF). I may work on this issue if so. |
I haven't thought this out yet, but this maybe blocked by case insensitive file systems: #13022 For example the generated html for DBSCAN and dbscan: https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html https://scikit-learn.org/stable/modules/generated/sklearn.cluster.dbscan.html may overwrite each other in a case insensitive file system. |
Has anyone tried generating epub for the docs? It is supported by sphinx and it uses HTLM internally so we won't have to deal with LaTeX. |
I have a preliminary version for the CI with a ZIP of the HTML. I will try to generate an EPUB to know how it looks. |
This link provides the ZIP and EPUB version for the offline documentation. I can submit a PR to include any of these versions in the CI. IMHO, I consider that the ZIP of the HTML is more usable. WDYT? |
Is anyone strongly against stopping the generation of pdf docs?
CI is currently broken because of a LaTeX error. It happens every now and then, and it blocks other PRs. LaTeX error messages being what they are, these issues can take time and effot to fix.
Should we just stop generating the pdfs? It makes us waste time, and I personally doubt these are really useful anyway. We could just provide an archive of the html docs instead, which would be more readable.
The text was updated successfully, but these errors were encountered: