From 0a286773059f6c1f1bd3d2001f76b33dc29cee5a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Nov 2011 05:04:59 +0000 Subject: Simplify footer (remove images). --- gendoc.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gendoc.py') diff --git a/gendoc.py b/gendoc.py index a7d24b3..16ba199 100755 --- a/gendoc.py +++ b/gendoc.py @@ -111,8 +111,6 @@ subst_file('doc/htaccess.in', '%s/lv2core/.htaccess' % out_base, { '@NAME@': 'lv2core', '@BASE@': '/ns/lv2core' }) -footer = open('./lv2specgen/footer.html', 'r') - # Generate main (ontology) documentation and indices for dir in ['ext', 'extensions']: print("** Generating %s%s documentation" % (URIPREFIX, dir)) @@ -242,10 +240,9 @@ for dir in ['ext', 'extensions']: index_html += '\n\n' index_html += '' index_html += '\n' @@ -261,4 +258,3 @@ except: shutil.copy('lv2specgen/style.css', os.path.join('build', STYLEURI)) devnull.close() -footer.close() -- cgit v1.2.1