diff --git a/doc/source/array.rst b/doc/source/array.rst
index 6c3272f0454a8847fc338c464cdfffa6fe387ead..86aa7c9c83a8db42a0feb247bcbc773df401c447 100644
--- a/doc/source/array.rst
+++ b/doc/source/array.rst
@@ -1,5 +1,5 @@
-Multi-dimensional arrays on the Compute Device
-==============================================
+Multi-dimensional arrays
+========================
 
 .. module:: pyopencl.array
 
diff --git a/doc/source/conf.py b/doc/source/conf.py
index dc61cda259d69e1d45bfcf1883557d674720c64b..5a9e2309e163bfc1811c29a95805cb6f3e9a85ac 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -140,7 +140,7 @@ html_last_updated_fmt = '%b %d, %Y'
 #html_use_modindex = True
 
 # 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.  The value of this option must be the