Use the agogo theme options instead of overloading the css

This commit is contained in:
Christophe de Vienne 2012-03-29 17:40:54 +02:00
parent f8c53d5ed0
commit 9acfdd044c
2 changed files with 4 additions and 10 deletions

10
doc/_static/wsme.css vendored
View File

@ -1,15 +1,5 @@
@import "agogo.css"; @import "agogo.css";
div.header,
div.content,
div.footer {
width: 60em;
}
div.document {
width: 40em;
}
table.docutils { table.docutils {
margin: 0; margin: 0;
padding: 0; padding: 0;

View File

@ -93,6 +93,10 @@ 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 = 'agogo' html_theme = 'agogo'
html_theme_options = {
"pagewidth": "60em",
"documentwidth": "40em",
}
html_style = 'wsme.css' html_style = 'wsme.css'