Skip to content

Commit

Permalink
Update ttl_to_rst.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonclark committed Sep 18, 2024
1 parent 0555312 commit 5b649ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/ttl_to_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def rendering_workflow():

rst += render_rst_bottom()

with open("./sphinx/"+ rst_filename, "w+", encoding="utf-8") as f:
with open("./docs/"+ rst_filename, "w+", encoding="utf-8") as f:
f.write(rst)


Expand Down

0 comments on commit 5b649ff

Please sign in to comment.