Re-put the agogo theme (sphinxdoc was just a test

This commit is contained in:
Christophe de Vienne 2012-03-29 15:44:05 +02:00
parent 55cc205ebd
commit f8c53d5ed0
2 changed files with 12 additions and 2 deletions

12
doc/_static/wsme.css vendored
View File

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

View File

@ -92,7 +92,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'sphinxdoc'
html_theme = 'agogo'
html_style = 'wsme.css'