From: Yaroslav Halchenko <debian@onerussian.com>
Description: avoid creation/shipping of _sources in documentation -- ruins offline search
Vendor: Debian

--- a/docs_sphinx/conf.py
+++ b/docs_sphinx/conf.py
@@ -121,7 +121,7 @@ html_last_updated_fmt = '%b %d, %Y'
 html_use_modindex = False
 
 # If true, the reST sources are included in the HTML build as _sources/<name>.
-#html_copy_source = True
+html_copy_source = False
 
 # If true, an OpenSearch description file will be output, and all pages will
 # contain a <link> tag referring to it.
