From aa180414572ec20dbcd248e43640b851fa5172ad Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Mon, 3 Aug 2015 15:46:19 -0600 Subject: [PATCH] Remove summary page from export list (moved into index.html) --- export_static.py | 1 - 1 file changed, 1 deletion(-) diff --git a/export_static.py b/export_static.py index 433a940..1dfee99 100644 --- a/export_static.py +++ b/export_static.py @@ -14,7 +14,6 @@ from stackviz import settings EXPORT_PATHS = [ '/index.html', - '/tempest_summary.html', '/tempest_aggregate.html' ]