diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-18 15:04:33 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-18 15:04:33 -0800 |
commit | 72e1ab47fc393176cb99ddaeaad1098e88472417 (patch) | |
tree | 6c94fde4f91e6668ab713c5d6200f07bc110690a /docs/conf.py | |
parent | 1e01903072927917cf5c64ceb7bb1aac3770ea5c (diff) | |
parent | 3575084640fb5f17d70d6d691faf6fdd2f090ee7 (diff) | |
download | slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.tar.gz slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.tar.bz2 slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.tar.xz slixmpp-72e1ab47fc393176cb99ddaeaad1098e88472417.zip |
Merge branch 'docs' into develop
Conflicts:
docs/_static/haiku.css
docs/_static/header.png
docs/conf.py
docs/getting_started/muc.rst
docs/index.rst
examples/muc.py
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 |