useblocks / sphinx-simplepdf

A simple PDF builder for Sphinx documentations
https://sphinx-simplepdf.readthedocs.io
MIT License
35 stars 17 forks source link

[#70] try to weasyprint 1 + given retries #74

Closed kreuzberger closed 1 year ago

kreuzberger commented 1 year ago

Due to misconfiguration the default implementation does not make a pdf any more cause number of retries is 0 and the loop does not start. Due to the meaning of the configuration value the implementation is changed to try it 1 + retries time to produce the pdf

danwos commented 1 year ago

Thanks for the fix :+1: Looks good to me.