Skip to content

Commit 164cfb8

Browse files
committed
fix: debug in generate_docs
1 parent 71cb647 commit 164cfb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.hooks/generate_docs.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ def generate_docs_for_module(
128128
module_data = self.handler.collect(module_path, options)
129129
html = self.handler.render(module_data, options)
130130

131-
if "When to Use This Tool" in html:
132-
with open("debug.html", "w", encoding="utf-8") as f:
133-
f.write(html)
134-
135131
return str(
136132
CustomMarkdownConverter(
137133
code_language="python",

0 commit comments

Comments
 (0)