-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[question] - Without writing a custom builder is it possible to turn off pdf generation? #947
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
Why do you want to disable PDF generation? On Fri, Sep 26, 2014 at 3:24 AM, Senthil Kumaran [email protected]
Eric Holscher |
Well, I have this project of mine - http://www.learntosolveit.com/ which uses readthedocs, sphinx and I have also made a facility to post the snippet to IDEONE so that uses can run and see the result. This workflow is not suitable with pdf, so I wanted to disable that. |
I'm also trying to setup a server. pdf is not necessary for use at our company. The HTML docs suffice. So I'd like to turn it off as well |
My builds are taking forever (like 1/2 hour) and I'm superstitiously blaming it on .pdf generation. Could I turn it off somehow so that I can see that I'm wrong? |
I would like to turn off automatic PDF generation for many Pylons Project projects. The support burden would be too great for too little benefit, given the HTML docs are more than adequate. Even with PDF generation, using Pyramid as an example, the PDF has several layout problems, especially with code samples. A related question: Has PDF generation always been a default setting? It seems like it started around January 2015 in most of the Pylons Project projects. |
I managed to achieve to disable PDF generation by changing the latex_documents variable in conf.py to this: latex_documents = [] |
@davidheijkamp that tip does not work for our repo. A PDF build is still attempted and shows as "Passed", even though it actually fails. https://readthedocs.org/builds/pyramid_cookbook/2947148/ Maybe you have other configuration options. |
That build seems to pass, it properly exits after not outputting anything, On Thu, Jun 11, 2015 at 2:08 AM, Steve Piercy [email protected]
Eric Holscher |
This was fixed in #1344 - there are now additional checkboxes to turn off PDF/epub in settings. |
Yep, indeed. Thanks for pointing this out. Closing this ticket for now. |
Thank you! |
Sometimes it is not desirable to create pdf and I wish if there was a setting to turn off automatic pdf generation. Do you think it is a good feature request?
The text was updated successfully, but these errors were encountered: