diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-05-15 22:58:17 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-05-15 22:58:17 -0400 |
| commit | b7970c2a463041d3dd7efa2d205f3bd08cb7aba7 (patch) | |
| tree | 7eddd94001ebc3daa931a3dd8ac7f54c28c86d90 /docs/conf.py | |
| parent | a7d072a7c01bef07e487311072732d57feb49755 (diff) | |
| download | python-requests-b7970c2a463041d3dd7efa2d205f3bd08cb7aba7.tar.gz | |
config update
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 11d8b991..a2f5d9de 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Requests' -copyright = u'2011, Kenneth Reitz' +copyright = u'2011. A Kenneth Reitz 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 @@ -149,10 +149,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 |
