From: Komiya T. <i.t...@gm...> - 2021-02-12 16:18:03
|
Hi, I confirmed new docutils works fine with Sphinx except for the change of "caption" node. https://github.com/sphinx-doc/sphinx/pull/8870 Since 0.17, HTML5 writer generates a <figcaption> tag for the caption node. But we've used it for non-figure items (ex. a caption of ToC tree). I'd like to know this came from my misunderstanding for the purpose of the node, or the purpose of the node is changed now. If our usage was wrong, I'll fix it soon. Unfortunately, there is no explanation on the doctree document. https://docutils.sourceforge.io/docs/ref/doctree.html#caption Thank you for maintaining great software! Thanks, Takeshi KOMIYA 2021年2月11日(木) 5:57 engelbert gruber <eng...@gm...>: > > is on pypi > > any feedback is welcome > > possible test path:: > > python3 -m venv dutest > cd dutest > . bin/activate > pip install --no-deps --pre docutils > > till b2 > _______________________________________________ > Docutils-develop mailing list > Doc...@li... > https://lists.sourceforge.net/lists/listinfo/docutils-develop > > Please use "Reply All" to reply to the list. |