Skip to content

Commit

Permalink
fix: use the latest windows branch
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jun 3, 2024
1 parent 9987f0d commit e68b838
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
1 change: 0 additions & 1 deletion sphinxcontrib/icon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def setup(app: Sphinx) -> Dict[str, Any]:
font_handler = Fontawesome()

# install html related files
raise Exception(str(font_handler.css_file.resolve()))
app.add_css_file(str(font_handler.css_file.resolve()))
app.add_js_file(str(font_handler.js_file.resolve()))

Expand Down
18 changes: 14 additions & 4 deletions sphinxcontrib/icon/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e68b838

Please sign in to comment.