We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cb647 commit 164cfb8Copy full SHA for 164cfb8
1 file changed
.hooks/generate_docs.py
@@ -128,10 +128,6 @@ def generate_docs_for_module(
128
module_data = self.handler.collect(module_path, options)
129
html = self.handler.render(module_data, options)
130
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
-
135
return str(
136
CustomMarkdownConverter(
137
code_language="python",
0 commit comments