Skip to content

Commit

Permalink
Fixed mistake in build_docs.py for markdown (#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms authored Dec 10, 2023
1 parent 6b05084 commit 11265bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs/bin/build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def write_html(output_dir, template_dir, title, source_url_base, data):
write_templated_output(output_dir, template_dir, title, source_url_base, data, "html")


def write_markdown(output_dir, template_dir, source_url_base, title, data):
def write_markdown(output_dir, template_dir, title, source_url_base, data):
"""Write out a Markdown version of the docs"""
write_templated_output(output_dir, template_dir, title, source_url_base, data, "md")

Expand Down

0 comments on commit 11265bd

Please sign in to comment.