summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-11-21 21:50:40 -0800
committerLance Stout <lancestout@gmail.com>2011-11-21 21:51:19 -0800
commit2b0a05ee32a28659b7358685bbe86b6bc20124d9 (patch)
tree2a2a24c5bde3fa3404402683b340985f00bd1645 /docs/conf.py
parentbc2d0ee9a88de9abb151fe399777c1914f9c5e92 (diff)
downloadslixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.tar.gz
slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.tar.bz2
slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.tar.xz
slixmpp-2b0a05ee32a28659b7358685bbe86b6bc20124d9.zip
Update stanzabase docs
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0213bb17..8a49e062 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode']
+extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.intersphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -81,7 +81,7 @@ exclude_patterns = ['_build']
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'default'
+pygments_style = 'tango'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
@@ -91,7 +91,7 @@ pygments_style = 'default'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
-html_theme = 'haiku'
+html_theme = 'nature'
# 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