Skip to content

Commit

Permalink
Ignore annoying typing error
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Oct 1, 2024
1 parent a7f904f commit 91f0446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kedro_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _add_jinja_filters(app: Sphinx) -> None:

def _override_permalinks_icon(app: Sphinx) -> None:
# https://github.com/readthedocs/sphinx_rtd_theme/issues/98#issuecomment-1503211439
app.config.html_permalinks_icon = "¶"
app.config.html_permalinks_icon = "¶" # type: ignore


def setup(app: Sphinx) -> None:
Expand Down

0 comments on commit 91f0446

Please sign in to comment.