diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-05-16 02:08:37 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-05-16 02:08:37 -0400 |
| commit | c9766a48b07daa8e72d5109d644c05e115a55318 (patch) | |
| tree | 1083cc716b37c16d0d22de904137ffa790adf222 /docs/conf.py | |
| parent | 6975685b89c99abd8bc0cf61fbd968620ceabff5 (diff) | |
| download | tablib-c9766a48b07daa8e72d5109d644c05e115a55318.tar.gz | |
docs update
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index d4f8552..fb1843d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Tablib' -copyright = u'2011, Kenneth Reitz.' +copyright = u'2011. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -131,7 +131,11 @@ html_static_path = ['static'] html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = { + 'index': ['sidebarintro.html', 'sourcelink.html', 'searchbox.html'], + '**': ['sidebarlogo.html', 'localtoc.html', 'relations.html', + 'sourcelink.html', 'searchbox.html'] +} # Additional templates that should be rendered to pages, maps page names to # template names. |
