Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZergLev committed Oct 7, 2024
1 parent 4175a29 commit 3bf22d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def replace(v: Any) -> str:
for links_file in [example_links_file, source_links_file]:
with open(links_file, "r") as file:
contents = file.read()
contents.replace("DOC_VERSION", doc_version)
contents.replace('DOC_VERSION', doc_version)

with open(links_file, "w") as file:
file.write(contents)
Expand Down

0 comments on commit 3bf22d4

Please sign in to comment.