Skip to content

Commit

Permalink
chore(docs): fix gen_files (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Apr 1, 2024
1 parent b21a1bd commit ada646d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gen_ref_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import mkdocs_gen_files

with Path("README.md") as readme, mkdocs_gen_files.open(
with Path("README.md").open("r") as readme, mkdocs_gen_files.open(
"index.md", "w", encoding="utf-8"
) as index_file:
index_file.writelines(readme.read())

0 comments on commit ada646d

Please sign in to comment.