Skip to content

Commit 8a4c219

Browse files
committed
Cleanup build script
1 parent a459719 commit 8a4c219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _check(args: Dict[str, Union[bool, str]]):
5757

5858
def _make(args: Dict[str, Union[bool, str]]):
5959
"""Build the library."""
60-
# Todo: Generate documentation
60+
6161
try:
6262
# Ensure there are no old builds
6363
rmtree(os.path.join(HERE, "dist"))

0 commit comments

Comments
 (0)