We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddbd7d commit f59f978Copy full SHA for f59f978
sphinx/cmd/make_mode.py
@@ -87,7 +87,7 @@ def build_clean(self) -> int:
87
return 1
88
print("Removing everything under '%s'..." % self.build_dir)
89
for item in self.build_dir.iterdir():
90
- rmtree(self.build_dir_join(item))
+ rmtree(item)
91
return 0
92
93
def build_help(self) -> None:
0 commit comments