Skip to content

Commit

Permalink
tests: check the windows build path
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jan 8, 2024
1 parent 22e4037 commit eb89b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinxcontrib/icon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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

0 comments on commit eb89b01

Please sign in to comment.