From: Günter M. <mi...@us...> - 2022-07-06 06:49:33
|
- **status**: open-fixed --> closed-fixed - **Comment**: Release 0.19 (2022-07-05) fixes the issue. Thank you for the report. --- ** [bugs:#443] html5 writer no longer honors "[html writers]" config section** **Status:** closed-fixed **Labels:** HTML writer **Created:** Tue Jan 25, 2022 07:51 PM UTC by John Thorvald Wodder II **Last Updated:** Wed Jan 26, 2022 09:34 AM UTC **Owner:** nobody Under both version 0.18 and version 0.18.1 of Docutils, `rst2html5.py` does not recognize configuration settings in an `[html writers]` section in `docutils.conf`. This appears to be due to commit 8722, in which `_html_base.py` was edited to no longer include `"html writers"` in its `config_section_dependencies`, instead moving the value to `config_section`; while `html4css1/__init__.py` was updated in the same commit to include `"html writers"` in its `config_section_dependencies`, `html5_polyglot/__init__.py` did not get the same treatment. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |