diff --git a/doc/gh-pages.py b/doc/gh-pages.py index 356f6dca..849b7053 100644 --- a/doc/gh-pages.py +++ b/doc/gh-pages.py @@ -108,13 +108,6 @@ if __name__ == '__main__': shutil.copytree(html_dir, dest) # copy pdf file into tree #shutil.copy(pjoin(pdf_dir, 'scikits.image.pdf'), pjoin(dest, 'scikits.image.pdf')) - index_html = """ - - %s documentation - - """ % (tag, tag) - with open(os.path.join(pages_dir, "index.html"), 'w') as f: - f.write(index_html) try: cd(pages_dir)