diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-11-04 01:20:45 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-11-04 01:20:45 -0400 |
| commit | 8ca180c461cc350ea64ebeb94abc70e2eb5a140b (patch) | |
| tree | b2fd6e439554ea575524f774791ec8e3cd02c719 | |
| parent | ff63558a67063ba2792ec69953510dad4c168bd2 (diff) | |
| download | tablib-8ca180c461cc350ea64ebeb94abc70e2eb5a140b.tar.gz | |
Documentation configuration changes for colors.
| -rw-r--r-- | docs/conf.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py index f51c9dc..325002c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Tablib' -copyright = u'2010, Kenneth Reitz' +copyright = u'2010, Kenneth Reitz. Styles (modified) © Armin Ronacher' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -71,18 +71,18 @@ exclude_patterns = ['_build'] #default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True +add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). -#add_module_names = True +# add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'flask_theme_support.FlaskyStyle' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -129,7 +129,7 @@ html_static_path = ['static'] # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = True # Custom sidebar templates, maps document names to template names. #html_sidebars = {} @@ -148,10 +148,10 @@ html_static_path = ['static'] #html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +html_show_sphinx = False # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. #html_show_copyright = True |
