Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed Jan 4, 2025
1 parent 90119d6 commit 6bec0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
html_theme = "pydata_sphinx_theme"
# html_logo = "_static/logo.svg"
html_static_path = ["_static"]
html_js_files = []
html_js_files: list[str] = []
html_css_files = ["css/custom.css"]
html_extra_path = ["report.html", "fire.png", "bundle.js", "bundle.css"]

Expand Down

0 comments on commit 6bec0ff

Please sign in to comment.