useblocks / sphinx-simplepdf

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

Replace Retry warnings with info #102

Open kreuzberger opened 2 months ago

kreuzberger commented 2 months ago

During handling of documentation its helpful to build with -W flag (treat warnings as error) to find problems within the documentation. The retry of the build should not FAIL on first retry to the warning message. It should fail only if the last retry failed. Therefore the message is moved from warning to info Level.