remove html5 writer (does not work with Sphinx)

Features like .. note:: and .. warning:: are not supported. Sadly back
to the default `html4css1` stuff :(
This commit is contained in:
Martin Zimmermann 2014-02-09 17:32:22 +01:00
parent f4cfa6f63c
commit 56316b8998
4 changed files with 6 additions and 1298 deletions

File diff suppressed because it is too large Load Diff

View File

@ -298,6 +298,10 @@ main {
overflow: auto; overflow: auto;
} }
.headerlink {
visibility: hidden;
}
p + p { p + p {
margin-top: 1em; margin-top: 1em;
} }

View File

2
docs/docutils.conf Normal file
View File

@ -0,0 +1,2 @@
[html4css1 writer]
initial_header_level: 2