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:
parent
f4cfa6f63c
commit
56316b8998
1298
docs/_isso/html5.py
1298
docs/_isso/html5.py
File diff suppressed because it is too large
Load Diff
4
docs/_static/css/site.scss
vendored
4
docs/_static/css/site.scss
vendored
@ -298,6 +298,10 @@ main {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.headerlink {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
p + p {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
0
docs/docs/extras/deployment.rst
Normal file
0
docs/docs/extras/deployment.rst
Normal file
2
docs/docutils.conf
Normal file
2
docs/docutils.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[html4css1 writer]
|
||||
initial_header_level: 2
|
Loading…
Reference in New Issue
Block a user