From: John T. W. I. <jw...@us...> - 2022-01-25 19:51:29
|
--- ** [bugs:#443] html5 writer no longer honors "[html writers]" config section** **Status:** open **Labels:** HTML writer **Created:** Tue Jan 25, 2022 07:51 PM UTC by John Thorvald Wodder II **Last Updated:** Tue Jan 25, 2022 07:51 PM 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. |