From 5b649ff40657330b442a441611bc76adfefffefb Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Wed, 18 Sep 2024 11:15:08 +0200 Subject: [PATCH] Update ttl_to_rst.py --- docs/scripts/ttl_to_rst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/ttl_to_rst.py b/docs/scripts/ttl_to_rst.py index 26ee4fc..c299a58 100644 --- a/docs/scripts/ttl_to_rst.py +++ b/docs/scripts/ttl_to_rst.py @@ -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)