PyDoc: Remove hack to rename main doc from 'contents' to 'index'

This commit is contained in:
2018-08-13 19:07:50 -04:00
parent 7d8477e019
commit 57e6359920
4 changed files with 3 additions and 8 deletions

View File

@@ -163,7 +163,6 @@ def main():
os.rename(zip_path, os.path.join(api_dir, "%s.zip" % zip_name))
# VII) Create symlinks and html redirects.
os.symlink("./contents.html", os.path.join(api_dir, "index.html"))
if is_release:
symlink = os.path.join(args.mirror_dir, "current")
os.remove(symlink)