The problem with {{Section}} and other templates (such as the Info/Blue Box) is that it uses an <ul> tag as a wrapper for a non-list content. This cause no problem in web view but crashes PDF rendering.
Steps:
- Fix the templates (change <ul> to <div class="section"> )
- Rebuild cache for all the pages (either with touch() from pywikibot or investigate if it possible in any other easier/faster way)