diff --git a/docs/conf.py b/docs/conf.py index 92534d9..b4d1833 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -231,7 +231,7 @@ man_pages = [ epub_title = u'pythonguide' epub_author = u'Kenneth Reitz' epub_publisher = u'Kenneth Reitz' -epub_copyright = u'2010, Kenneth Reitz' +epub_copyright = u'2014, Kenneth Reitz' # The language of the text. It defaults to the language option # or en if the language is not set. @@ -256,7 +256,9 @@ epub_copyright = u'2010, Kenneth Reitz' #epub_post_files = [] # A list of files that should not be packed into the epub file. -#epub_exclude_files = [] +epub_exclude_files = [ + ('search.html', 'Search'), +] # The depth of the table of contents in toc.ncx. #epub_tocdepth = 3