Re-put the agogo theme (sphinxdoc was just a test
This commit is contained in:
parent
55cc205ebd
commit
f8c53d5ed0
12
doc/_static/wsme.css
vendored
12
doc/_static/wsme.css
vendored
@ -1,4 +1,14 @@
|
|||||||
@import "sphinxdoc.css";
|
@import "agogo.css";
|
||||||
|
|
||||||
|
div.header,
|
||||||
|
div.content,
|
||||||
|
div.footer {
|
||||||
|
width: 60em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.document {
|
||||||
|
width: 40em;
|
||||||
|
}
|
||||||
|
|
||||||
table.docutils {
|
table.docutils {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -92,7 +92,7 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
html_theme = 'sphinxdoc'
|
html_theme = 'agogo'
|
||||||
|
|
||||||
html_style = 'wsme.css'
|
html_style = 'wsme.css'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user