diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 08:34:27 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2009-04-06 08:34:27 +0200 |
commit | 98b62ed571b592b3725a4e81342f54f5e0f17cbf (patch) | |
tree | 6c47e7a1187a538a083682ecb44518a4ad2d1333 /docs/source | |
parent | 5c156f733bf4679327d55988505c984e208ce51a (diff) | |
download | sqlparse-98b62ed571b592b3725a4e81342f54f5e0f17cbf.tar.gz |
Use new theme for documentation.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index b84245a..63e1b90 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -83,7 +83,7 @@ exclude_trees = [] #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'tango' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -93,7 +93,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. Major themes that come with # Sphinx are currently 'default' and 'sphinxdoc'. -html_theme = 'sphinxdoc' +html_theme = 'agogo' # 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 |