Use the agogo theme options instead of overloading the css
This commit is contained in:
parent
f8c53d5ed0
commit
9acfdd044c
10
doc/_static/wsme.css
vendored
10
doc/_static/wsme.css
vendored
@ -1,15 +1,5 @@
|
||||
@import "agogo.css";
|
||||
|
||||
div.header,
|
||||
div.content,
|
||||
div.footer {
|
||||
width: 60em;
|
||||
}
|
||||
|
||||
div.document {
|
||||
width: 40em;
|
||||
}
|
||||
|
||||
table.docutils {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -93,6 +93,10 @@ pygments_style = 'sphinx'
|
||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||
# a list of builtin themes.
|
||||
html_theme = 'agogo'
|
||||
html_theme_options = {
|
||||
"pagewidth": "60em",
|
||||
"documentwidth": "40em",
|
||||
}
|
||||
|
||||
html_style = 'wsme.css'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user