Skip to content

Commit

Permalink
Fix : documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabrina-Hassaim committed Jan 24, 2025
1 parent ba6f4fc commit 5890838
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 2 deletions.
118 changes: 117 additions & 1 deletion mkdocs/AUTHORS.md
2 changes: 1 addition & 1 deletion tests/test_documentation_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_docs_general_functions_present():
# I put in a subsample of general functions.
# This can be made much more robust.
rendered_correctly = False
with open("./site/api/functions/index.html", "r+") as f:
with open("./site/api/functions/index.html", "r+", encoding="utf-8") as f:
for line in f.readlines():
if "add_columns" in line or "update_where" in line:
rendered_correctly = True
Expand Down

0 comments on commit 5890838

Please sign in to comment.