-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Provide ZIP downloads for MkDocs #1939
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
Mkdocs doesn't generate PDF's, so there is no way for us to support this. Feel free to open a bug there to get PDF support. We could do downloadable HTML of the mkdocs builds, if you want to add support, the code for it is here: https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/doc_builder/backends/mkdocs.py |
As I said, I know and understand that 😉 There are a number of issues over at MkDocs that circle around that topic but only mkdocs/mkdocs#374 (comment) currently has some momentum. We'll see... Thanks for the pointer to
I'll look into the code and http://docs.readthedocs.org/en/latest/contribute.html#contributing-to-development to see if I think it'll get me somewhere. |
On the subject of PDF generation: mkdocs/mkdocs#374 (comment) yielded a working PDF generator already: https://github.com/jgrassler/mkdocs-pandoc In a nutshell, it generates a single Pandoc document from the original |
Why everybody talks here about PDF when the title asks for ZIP file and explicitly excludes PDF? Maybe the title is confusing (using two negations is probably the problem). I would propose changing the title to Provide ZIP downloads for MkDocs |
Thanks @vlcinsky - good point. Changed. |
Hello 👋🏼 We standardized the output paths for all the formats that Read the Docs supports in #9888. This allow people to output, for example, a PDF under I created an example at:
It uses the I also created a similar example for HTML Zip files at:
It uses the
I'm closing this issue since with the introduction of the standard output directories, users can solve this problem by themselves by using external plugins/tools to achieve this goal. |
I know there's no PDF for MkDocs projects (http://docs.readthedocs.org/en/latest/builds.html?highlight=pdf#mkdocs and #1174).
However, why can't there be at least a downloadable HTML bundle? You have to produce those files anyway, right? Or should there be an HTML bundle but my project https://readthedocs.org/projects/nodemcu/ simply isn't configured/working correctly?
The text was updated successfully, but these errors were encountered: