diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-05 12:13:06 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-05 12:13:06 -0500 |
commit | 3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a (patch) | |
tree | e6531dfaec1c411d4e66b1055e9044ca57c267be /docs/conf.py | |
parent | 97378998a5f8c031444fd7a0c1b1007e9282df4d (diff) | |
download | slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.tar.gz slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.tar.bz2 slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.tar.xz slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.zip |
Update doc settings to new theme, add examples, use 1.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index dd83f243..72e39d0f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Nathan Fritz, Lance Stout' # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0RC3' +release = '1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -91,7 +91,7 @@ pygments_style = 'tango' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'nature' +html_theme = 'haiku' # 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 |