diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html
deleted file mode 100644
index 5a7c01bb5..000000000
--- a/doc-src/_websitelayout.html
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
-
-
- $!navbar!$
-
-
-
- $!body!$
-
-
-
-
-
-
diff --git a/doc-src/index.py b/doc-src/index.py
index 52b9c31a4..b049e3ce1 100644
--- a/doc-src/index.py
+++ b/doc-src/index.py
@@ -15,10 +15,9 @@ ns.VERSION = version.VERSION
if ns.options.website:
ns.idxpath = "doc/index.html"
- this.layout = countershape.Layout("_websitelayout.html")
else:
ns.idxpath = "index.html"
- this.layout = countershape.Layout("_layout.html")
+this.layout = countershape.Layout("_layout.html")
ns.title = countershape.template.Template(None, "@!this.title!@
")
this.titlePrefix = "%s - " % version.NAMEVERSION