Author: adc
Date: Mon Feb 10 00:45:19 2014
New Revision: 1566481
URL: http://svn.apache.org/r1566481
Log:
Ohh, pretty theme!
Modified:
steve/trunk/docs/conf.py
Modified: steve/trunk/docs/conf.py
URL:
http://svn.apache.org/viewvc/steve/trunk/docs/conf.py?rev=1566481&r1=1566480&r2=1566481&view=diff
==============================================================================
--- steve/trunk/docs/conf.py (original)
+++ steve/trunk/docs/conf.py Mon Feb 10 00:45:19 2014
@@ -13,6 +13,8 @@
import sys, os
+import sphinx_rtd_theme
+
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -41,7 +43,7 @@ master_doc = 'index'
# General information about the project.
project = u'Apache Steve'
-copyright = u'2013, Apache Software Foundation'
+copyright = u'2013-2014, Apache Software Foundation'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -94,7 +96,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 = 'sphinx_rtd_theme'
# 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
@@ -102,7 +104,7 @@ html_theme = 'default'
#html_theme_options = {}
# Add any paths that contain custom themes here, relative to this directory.
-#html_theme_path = []
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".