summaryrefslogtreecommitdiff
path: root/utils/makefile.include
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-04-08 14:47:24 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-04-08 14:47:24 +0200
commit4557d58919333998bb199653920f1234d67b20b1 (patch)
treeed9211d9491da787c1b99bff294d757d2a8d8857 /utils/makefile.include
parent547478089f1a48bb22a7651435db6cf941afc2f5 (diff)
[fix] docutils v0.17 incompatibility to previeous v0.16
With docutils v0.17 a lot of html markup has been changed (see below) what cause a lot of problems in CSS from Sphinx and other Sphinx extensions & customizing. For the first this fix pins to previous v0.16. In sphinx 4.0 these problems will be addressed [2] and we can relax (drop) in the requirements-dev. HTML5 writer [1]: Use the new semantic tags <main>, <section>, <header>, <footer>, <aside>, <figure>, and <figcaption>. See minimal.css and plain.css for styling rule examples. Change the initial_header_level setting's default to "2", as browsers use the same style for <h1> and <h2> when nested in a section. Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>, <i>, <b>, <u>, <mark>, and <bdi> if a matching class value is found in inline and literal elements. Use <ins> and <del> if a matching class value is found in inline, literal, or container elements. New optional style responsive.css, adapts to different screen sizes. New option embed_images. [1] https://docutils.sourceforge.io/RELEASE-NOTES.html [2] https://github.com/sphinx-doc/sphinx/issues/9056 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/makefile.include')
0 files changed, 0 insertions, 0 deletions