Skip to content

Commit

Permalink
ci(docs): fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
hbakri committed Oct 18, 2024
1 parent 24248f4 commit 0ac7e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/convert_docstrings_to_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def convert_docstrings_to_markdown(
absolute_input_path = os.path.join(os.getcwd(), input_path)
subprocess.run(
[
"poetry",
"uv",
"run",
"pydoc-markdown",
"-m",
Expand Down

0 comments on commit 0ac7e32

Please sign in to comment.