aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2012-03-31 16:43:20 -0700
committerBrian Harring <ferringb@gmail.com>2012-03-31 16:44:18 -0700
commit4a5c521ff9cd9d51a27a7f18aeb1410e0af3ba67 (patch)
tree3ed1e667a01405a6d1805775573f857599f3aa97 /doc
parentimport pkgcore's generate_news scripts (diff)
downloadsnakeoil-4a5c521ff9cd9d51a27a7f18aeb1410e0af3ba67.tar.gz
snakeoil-4a5c521ff9cd9d51a27a7f18aeb1410e0af3ba67.tar.bz2
snakeoil-4a5c521ff9cd9d51a27a7f18aeb1410e0af3ba67.zip
fix stray character, and switch to sphinxdoc theme
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a43e140..3ed0032 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -97,7 +97,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 = 'default'
-html_theme = 'nature'
+html_theme = 'sphinxdoc'
# 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
@@ -228,7 +228,7 @@ autodoc_default_flags = ['members', 'show-inheritance', 'inherited-members'] # +
autosummary_generate = False
rst_epilog = """
-.. |homepage| replace:: http://snakeoil.googlecode.com/'
+.. |homepage| replace:: http://snakeoil.googlecode.com/
.. |release_url| replace:: http://code.google.com/p/snakeoil/downloads/
""" % {"release":release}