Closed htgoebel closed 4 years ago
It's required for non-Sphinx builds -- when docutils produces the output, rather than Sphinx. As you say, docutils doesn't provide any HTML5 stylesheets. It's ignored when using Sphinx, since the files doesn't exist. I suppose I could provide two copies of CodeChat.css
, one with the include and one without, but the solution seems worse than the problem.
The
CodeChat.css
file contained in this archive includes non-existinghtml4css1.css
. Is this file required?html_experimental_html5_writer
is deproicatedhtml4css1.css
) do not provide any htm5 stylesheet. Tryfind . -iname \*html5\*
andfind . -iname \*.css
.