Now use the awesome 'Cloud' sphinx theme

This commit is contained in:
Christophe de Vienne 2013-01-30 00:29:42 +01:00
parent 6d6b8e0ffb
commit be1d431182
3 changed files with 18 additions and 7 deletions

View File

@ -96,13 +96,22 @@ 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_theme = 'agogo'
#html_theme_options = {
# "pagewidth": "60em",
# "documentwidth": "40em",
#}
html_style = 'wsme.css'
#html_style = 'wsme.css'
import cloud_sptheme as csp
html_theme = 'cloud'
html_theme_path = [csp.get_theme_dir()]
html_theme_options = {
"roottarget": "index"
}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
@ -117,7 +126,7 @@ html_style = 'wsme.css'
html_title = "WSME %s" % release
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
#html_short_title = "WSME"
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.

View File

@ -178,6 +178,7 @@ commands=
[testenv:doc]
deps=
cloud_sptheme
Sphinx
changedir=

View File

@ -99,6 +99,7 @@ commands =
[testenv:doc]
deps =
cloud_sptheme
Sphinx
changedir =
doc