Skip to content

Commit b9e09a4

Browse files
committed
Remove references to removed vendored docs tools
1 parent 6bc9583 commit b9e09a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

release.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,6 @@ def export(tag: Tag, silent: bool = False, skip_docs: bool = False) -> None:
678678
shutil.rmtree("venv", ignore_errors=True)
679679
shutil.rmtree("build", ignore_errors=True)
680680
shutil.rmtree("dist", ignore_errors=True)
681-
shutil.rmtree("tools/docutils", ignore_errors=True)
682-
shutil.rmtree("tools/jinja2", ignore_errors=True)
683-
shutil.rmtree("tools/pygments", ignore_errors=True)
684-
shutil.rmtree("tools/sphinx", ignore_errors=True)
685681

686682
with pushd(archivename):
687683
print("Zapping pycs")

0 commit comments

Comments
 (0)